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

  /external/clang/include/clang/AST/
TypeLoc.h     [all...]
DataRecursiveASTVisitor.h     [all...]
CanonicalType.h 588 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
RecursiveASTVisitor.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 243 getUnderlyingExpr()->getSourceRange().getEnd());
TypePrinter.cpp 765 if (T->getUnderlyingExpr())
766 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy);
782 if (T->getUnderlyingExpr())
783 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy);
    [all...]
ASTImporter.cpp 616 cast<TypeOfExprType>(T1)->getUnderlyingExpr(),
617 cast<TypeOfExprType>(T2)->getUnderlyingExpr()))
637 cast<DecltypeType>(T1)->getUnderlyingExpr(),
638 cast<DecltypeType>(T2)->getUnderlyingExpr()))
    [all...]
Type.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 841 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType();
    [all...]
CodeGenFunction.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
SemaTemplateInstantiateDecl.cpp 264 if (DT && RD && isa<ConditionalOperator>(DT->getUnderlyingExpr()) &&
    [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 243 Writer.AddStmt(T->getUnderlyingExpr());
254 Writer.AddStmt(T->getUnderlyingExpr());
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 561 milliseconds