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

Declarations

tools/clang/include/clang/AST/TypeLoc.h
  100   T getAsAdjusted() const;

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2461     FunctionProtoTypeLoc Proto = TL.getAsAdjusted<FunctionProtoTypeLoc>();
tools/clang/lib/Sema/SemaDecl.cpp
 6203          (ATL = TL.getAsAdjusted<AttributedTypeLoc>());
13887         FunctionTypeLoc FTL = TL.getAsAdjusted<FunctionTypeLoc>();
tools/clang/lib/Sema/SemaExpr.cpp
14141                                .getAsAdjusted<FunctionProtoTypeLoc>())) {
tools/clang/lib/Sema/SemaInit.cpp
 6837        (ATL = TL.getAsAdjusted<AttributedTypeLoc>());
tools/clang/lib/Sema/SemaStmt.cpp
 3437       .getAsAdjusted<FunctionProtoTypeLoc>()
tools/clang/lib/Sema/SemaTemplate.cpp
 1811                                    .getAsAdjusted<FunctionProtoTypeLoc>();