HomeSort by relevance Sort by last modified time
    Searched full:decltypetype (Results 1 - 18 of 18) sorted by null

  /external/clang/include/clang/AST/
CanonicalType.h 632 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
Type.h     [all...]
RecursiveASTVisitor.h 893 DEF_TRAVERSE_TYPE(DecltypeType, {
    [all...]
TypeLoc.h     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ASTImporter.cpp 65 QualType VisitDecltypeType(const DecltypeType *T);
645 cast<DecltypeType>(T1)->getUnderlyingExpr(),
646 cast<DecltypeType>(T2)->getUnderlyingExpr()))
    [all...]
ASTContext.cpp     [all...]
MicrosoftMangle.cpp     [all...]
TypePrinter.cpp 558 void TypePrinter::printDecltype(const DecltypeType *T, std::string &S) {
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 101 // DecltypeType
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 697 /// \brief a DecltypeType record.
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 224 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) {
    [all...]

Completed in 414 milliseconds