Searched refs:getDependentNameType (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h990 QualType getDependentNameType(ElaboratedTypeKeyword Keyword,
/external/clang/lib/Sema/
H A DSemaTemplate.cpp6906 QualType Result = Context.getDependentNameType(Kwd, NNS, Name);
7077 return Context.getDependentNameType(Keyword,
7130 return Context.getDependentNameType(Keyword,
H A DSemaType.cpp2588 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix,
H A DSemaDeclCXX.cpp10007 QualType T = Context.getDependentNameType(ETK, SS.getScopeRep(), Name);
H A DTreeTransform.h850 return SemaRef.Context.getDependentNameType(Keyword,
/external/clang/lib/AST/
H A DASTContext.cpp2979 QualType ASTContext::getDependentNameType(ElaboratedTypeKeyword Keyword, function in class:ASTContext
2992 Canon = getDependentNameType(CanonKeyword, CanonNNS, Name);
/external/clang/lib/Serialization/
H A DASTReader.cpp4098 return Context.getDependentNameType(Keyword, NNS, Name, Canon);

Completed in 2607 milliseconds