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

  /external/clang/lib/AST/
DeclarationName.cpp 115 if (QualTypeOrdering()(LHS.getCXXNameType(), RHS.getCXXNameType()))
117 if (QualTypeOrdering()(RHS.getCXXNameType(), LHS.getCXXNameType()))
176 QualType T = getCXXNameType();
201 QualType ClassType = getCXXNameType();
211 QualType Type = getCXXNameType();
242 QualType Type = getCXXNameType();
257 QualType DeclarationName::getCXXNameType() const {
497 return Name.getCXXNameType()->containsUnexpandedParameterPack()
    [all...]
ASTImporter.cpp     [all...]
ItaniumMangle.cpp     [all...]
Expr.cpp 255 QualType T = D->getDeclName().getCXXNameType();
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 245 /// getCXXNameType - If this name is one of the C++ names (of a
248 QualType getCXXNameType() const;
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 319 if (!NameInfo.getName().getCXXNameType()->containsUnexpandedParameterPack())
327 .TraverseType(NameInfo.getName().getCXXNameType());
SemaLookup.cpp 671 R.getLookupName().getCXXNameType()->isDependentType() ||
724 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(),
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 318 milliseconds