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 835 if (!T->getDeducedType().isNull()) {
836 printBefore(T->getDeducedType(), OS);
848 if (!T->getDeducedType().isNull())
849 printAfter(T->getDeducedType(), OS);
    [all...]
Type.cpp 965 QualType deducedType = recurse(T->getDeducedType());
970 == T->getDeducedType().getAsOpaquePtr())
    [all...]
ASTImporter.cpp 689 cast<AutoType>(T1)->getDeducedType(),
690 cast<AutoType>(T2)->getDeducedType()))
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
Type.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 284 Writer.AddTypeRef(T->getDeducedType(), Record);
286 if (T->getDeducedType().isNull())
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 104 milliseconds