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

  /external/clang/include/clang/AST/
CanonicalType.h 588 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
TypePrinter.cpp 756 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) {
762 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { }
    [all...]
ASTImporter.cpp 64 QualType VisitDecltypeType(const DecltypeType *T);
638 cast<DecltypeType>(T1)->getUnderlyingExpr(),
639 cast<DecltypeType>(T2)->getUnderlyingExpr()))
    [all...]
ASTContext.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 863 DEF_TRAVERSE_TYPE(DecltypeType, {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 212 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>();
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 238 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) {
    [all...]

Completed in 80 milliseconds