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

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

Completed in 155 milliseconds