Searched refs:BuildCXXNestedNameSpecifier (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 481 bool Sema::BuildCXXNestedNameSpecifier(Scope *S, in BuildCXXNestedNameSpecifier() function in Sema 837 return BuildCXXNestedNameSpecifier(S, Identifier, IdentifierLoc, CCLoc, in ActOnCXXNestedNameSpecifier() 882 return !BuildCXXNestedNameSpecifier(S, Identifier, IdentifierLoc, ColonLoc, in IsInvalidUnlessNestedName()
|
D | TreeTransform.h | 3442 if (SemaRef.BuildCXXNestedNameSpecifier(/*Scope=*/nullptr, in TransformNestedNameSpecifierLoc()
|
D | SemaDecl.cpp | 783 BuildCXXNestedNameSpecifier(S, *Name, NameLoc, NextToken.getLocation(), in ClassifyName()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4949 bool BuildCXXNestedNameSpecifier(Scope *S,
|