Home
last modified time | relevance | path

Searched refs:getTypeLocInContext (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp686 SS.Extend(Context, TLB.getTypeLocInContext(Context, T), IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
733 SS.Extend(Context, TLB.getTypeLocInContext(Context, T), in BuildCXXNestedNameSpecifier()
802 SS.Extend(Context, TLB.getTypeLocInContext(Context, T), ColonColonLoc); in ActOnCXXNestedNameSpecifierDecltype()
824 SS.Extend(Context, TLB.getTypeLocInContext(Context, Type), ColonColonLoc); in ActOnCXXNestedNameSpecifierIndexedPack()
881 SS.Extend(Context, Builder.getTypeLocInContext(Context, T), CCLoc); in ActOnCXXNestedNameSpecifier()
929 SS.Extend(Context, Builder.getTypeLocInContext(Context, T), CCLoc); in ActOnCXXNestedNameSpecifier()
H A DTypeLocBuilder.h123 TypeLoc getTypeLocInContext(ASTContext &Context, QualType T) { in getTypeLocInContext() function