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

  /external/clang/lib/AST/
Type.cpp 961 QualType VisitAutoType(const AutoType *T) {
    [all...]
TypePrinter.cpp 168 if (const AutoType *AT = dyn_cast<AutoType>(T))
833 void TypePrinter::printAutoBefore(const AutoType *T, raw_ostream &OS) {
846 void TypePrinter::printAutoAfter(const AutoType *T, raw_ostream &OS) {
    [all...]
ASTDiagnostic.cpp 62 if (const AutoType *AT = dyn_cast<AutoType>(Ty)) {
    [all...]
MicrosoftMangle.cpp     [all...]
ASTDumper.cpp 380 void VisitAutoType(const AutoType *T) {
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp 66 QualType VisitAutoType(const AutoType *T);
689 cast<AutoType>(T1)->getDeducedType(),
690 cast<AutoType>(T2)->getDeducedType()))
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp 350 const AutoType *AT = cast<VarDecl>(D)->getType()->getContainedAutoType();
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
ASTContext.h 130 mutable llvm::FoldingSet<AutoType> AutoTypes;
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 283 void ASTTypeWriter::VisitAutoType(const AutoType *T) {
    [all...]

Completed in 1401 milliseconds