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 591 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
TypePrinter.cpp 742 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) {
748 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { }
    [all...]
ASTImporter.cpp 64 QualType VisitDecltypeType(const DecltypeType *T);
624 cast<DecltypeType>(T1)->getUnderlyingExpr(),
625 cast<DecltypeType>(T2)->getUnderlyingExpr()))
    [all...]
ASTContext.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 852 DEF_TRAVERSE_TYPE(DecltypeType, {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 205 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>();
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 233 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) {
    [all...]

Completed in 1101 milliseconds