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

  /external/clang/include/clang/AST/
TypeLoc.h     [all...]
RecursiveASTVisitor.h     [all...]
CanonicalType.h 589 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
Type.h     [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 243 getUnderlyingExpr()->getSourceRange().getEnd());
ASTImporter.cpp 617 cast<TypeOfExprType>(T1)->getUnderlyingExpr(),
618 cast<TypeOfExprType>(T2)->getUnderlyingExpr()))
638 cast<DecltypeType>(T1)->getUnderlyingExpr(),
639 cast<DecltypeType>(T2)->getUnderlyingExpr()))
    [all...]
TypePrinter.cpp 742 T->getUnderlyingExpr()->printPretty(OS, 0, Policy);
758 T->getUnderlyingExpr()->printPretty(OS, 0, Policy);
    [all...]
ItaniumMangle.cpp     [all...]
Type.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 856 TRY_TO(TraverseStmt(T->getUnderlyingExpr()));
864 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...]
SemaTemplateInstantiateDecl.cpp 214 if (DT && RD && isa<ConditionalOperator>(DT->getUnderlyingExpr()) &&
    [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 229 Writer.AddStmt(T->getUnderlyingExpr());
240 Writer.AddStmt(T->getUnderlyingExpr());
    [all...]

Completed in 272 milliseconds