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

  /external/clang/lib/AST/
TypePrinter.cpp 818 if (!T->getDeducedType().isNull()) {
819 printBefore(T->getDeducedType(), OS);
827 if (!T->getDeducedType().isNull())
828 printAfter(T->getDeducedType(), OS);
    [all...]
ASTImporter.cpp 644 cast<AutoType>(T1)->getDeducedType(),
645 cast<AutoType>(T2)->getDeducedType()))
    [all...]
MicrosoftMangle.cpp     [all...]
ASTContext.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
Type.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 266 Writer.AddTypeRef(T->getDeducedType(), Record);
268 if (T->getDeducedType().isNull())
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 288 milliseconds