reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  120 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
  122 inline QualType getUnderlyingType(const ValueDecl &Node) {
  125 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
  128 inline QualType getUnderlyingType(const FriendDecl &Node) {