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

  /external/clang/lib/AST/
DeclarationName.cpp 115 if (QualTypeOrdering()(LHS.getCXXNameType(), RHS.getCXXNameType()))
117 if (QualTypeOrdering()(RHS.getCXXNameType(), LHS.getCXXNameType()))
203 QualType T = getCXXNameType();
228 QualType ClassType = getCXXNameType();
238 QualType Type = getCXXNameType();
269 QualType Type = getCXXNameType();
284 QualType DeclarationName::getCXXNameType() const {
533 return Name.getCXXNameType()->containsUnexpandedParameterPack()
    [all...]
ASTImporter.cpp     [all...]
ItaniumMangle.cpp     [all...]
Expr.cpp 169 QualType T = D->getDeclName().getCXXNameType();
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 277 if (!NameInfo.getName().getCXXNameType()->containsUnexpandedParameterPack())
285 .TraverseType(NameInfo.getName().getCXXNameType());
SemaLookup.cpp 671 R.getLookupName().getCXXNameType()->isDependentType() ||
725 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(),
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 238 /// getCXXNameType - If this name is one of the C++ names (of a
241 QualType getCXXNameType() const;
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 701 milliseconds