HomeSort by relevance Sort by last modified time
    Searched refs:getUnderlyingExpr (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/AST/
TypeLoc.cpp 192 getUnderlyingExpr()->getSourceRange().getEnd());
TypePrinter.cpp 546 T->getUnderlyingExpr()->printPretty(s, 0, Policy);
563 T->getUnderlyingExpr()->printPretty(s, 0, Policy);
    [all...]
ASTImporter.cpp 624 cast<TypeOfExprType>(T1)->getUnderlyingExpr(),
625 cast<TypeOfExprType>(T2)->getUnderlyingExpr()))
645 cast<DecltypeType>(T1)->getUnderlyingExpr(),
646 cast<DecltypeType>(T2)->getUnderlyingExpr()))
    [all...]
Type.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h     [all...]
RecursiveASTVisitor.h 886 TRY_TO(TraverseStmt(T->getUnderlyingExpr()));
894 TRY_TO(TraverseStmt(T->getUnderlyingExpr()));
    [all...]
CanonicalType.h 633 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
Type.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 215 Writer.AddStmt(T->getUnderlyingExpr());
226 Writer.AddStmt(T->getUnderlyingExpr());
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 100 milliseconds