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

  /external/clang/include/clang/AST/
CanonicalType.h 587 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
TypePrinter.cpp 780 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) {
787 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { }
    [all...]
ASTImporter.cpp 64 QualType VisitDecltypeType(const DecltypeType *T);
637 cast<DecltypeType>(T1)->getUnderlyingExpr(),
638 cast<DecltypeType>(T2)->getUnderlyingExpr()))
    [all...]
ASTContext.cpp     [all...]
Expr.cpp 607 else if (FT && FT->getReturnType()->getAs<DecltypeType>())
609 ->getAs<DecltypeType>()
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 262 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>();
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 252 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) {
    [all...]

Completed in 253 milliseconds