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()))
149 QualType ClassType = N.getCXXNameType();
157 QualType Type = N.getCXXNameType();
184 QualType Type = N.getCXXNameType();
236 QualType T = getCXXNameType();
247 QualType DeclarationName::getCXXNameType() const {
486 return Name.getCXXNameType()->containsUnexpandedParameterPack()
    [all...]
ASTImporter.cpp     [all...]
ItaniumMangle.cpp     [all...]
Expr.cpp 271 QualType T = D->getDeclName().getCXXNameType();
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 247 /// getCXXNameType - If this name is one of the C++ names (of a
250 QualType getCXXNameType() const;
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 324 if (!NameInfo.getName().getCXXNameType()->containsUnexpandedParameterPack())
332 .TraverseType(NameInfo.getName().getCXXNameType());
    [all...]
SemaLookup.cpp 682 R.getLookupName().getCXXNameType()->isDependentType() ||
735 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(),
    [all...]
SemaCodeComplete.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 896 milliseconds