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

  /external/clang/lib/AST/
TypePrinter.cpp 793 if (!T->getDeducedType().isNull()) {
794 printBefore(T->getDeducedType(), OS);
802 if (!T->getDeducedType().isNull())
803 printAfter(T->getDeducedType(), OS);
    [all...]
ASTImporter.cpp 645 cast<AutoType>(T1)->getDeducedType(),
646 cast<AutoType>(T2)->getDeducedType()))
    [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
Type.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 873 TRY_TO(TraverseType(T->getDeducedType()));
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 252 Writer.AddTypeRef(T->getDeducedType(), Record);
254 if (T->getDeducedType().isNull())
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 585 milliseconds