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

  /external/clang/lib/AST/
TypeLoc.cpp 193 getUnderlyingExpr()->getSourceRange().getEnd());
ASTImporter.cpp 596 cast<TypeOfExprType>(T1)->getUnderlyingExpr(),
597 cast<TypeOfExprType>(T2)->getUnderlyingExpr()))
617 cast<DecltypeType>(T1)->getUnderlyingExpr(),
618 cast<DecltypeType>(T2)->getUnderlyingExpr()))
    [all...]
TypePrinter.cpp 724 T->getUnderlyingExpr()->printPretty(OS, 0, Policy);
740 T->getUnderlyingExpr()->printPretty(OS, 0, Policy);
    [all...]
Type.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h     [all...]
RecursiveASTVisitor.h     [all...]
CanonicalType.h 634 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
Type.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 843 TRY_TO(TraverseStmt(T->getUnderlyingExpr()));
851 TRY_TO(TraverseStmt(T->getUnderlyingExpr()));
    [all...]
CIndex.cpp     [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 220 Writer.AddStmt(T->getUnderlyingExpr());
231 Writer.AddStmt(T->getUnderlyingExpr());
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 152 milliseconds