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

  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 821 OS << (T->isDecltypeAuto() ? "decltype(auto)" : "auto");
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 267 Record.push_back(T->isDecltypeAuto());
    [all...]

Completed in 54 milliseconds