Searched refs:BuildCXXNestedNameSpecifier (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 381 bool Sema::BuildCXXNestedNameSpecifier(Scope *S, in BuildCXXNestedNameSpecifier() function in Sema 646 return BuildCXXNestedNameSpecifier(S, Identifier, IdentifierLoc, CCLoc, in ActOnCXXNestedNameSpecifier() 667 return !BuildCXXNestedNameSpecifier(S, Identifier, IdentifierLoc, ColonLoc, in IsInvalidUnlessNestedName()
|
D | TreeTransform.h | 2537 if (SemaRef.BuildCXXNestedNameSpecifier(/*Scope=*/0, in TransformNestedNameSpecifierLoc()
|
D | SemaDecl.cpp | 406 BuildCXXNestedNameSpecifier(S, *Name, NameLoc, NextToken.getLocation(), in ClassifyName()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3090 bool BuildCXXNestedNameSpecifier(Scope *S,
|