Searched refs:BuildCXXNestedNameSpecifier (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 443 bool Sema::BuildCXXNestedNameSpecifier(Scope *S, in BuildCXXNestedNameSpecifier() function in Sema 784 return BuildCXXNestedNameSpecifier(S, Identifier, IdentifierLoc, CCLoc, in ActOnCXXNestedNameSpecifier() 829 return !BuildCXXNestedNameSpecifier(S, Identifier, IdentifierLoc, ColonLoc, in IsInvalidUnlessNestedName()
|
| H A D | TreeTransform.h | 3125 if (SemaRef.BuildCXXNestedNameSpecifier(/*Scope=*/nullptr, in TransformNestedNameSpecifierLoc()
|
| H A D | SemaDecl.cpp | 699 BuildCXXNestedNameSpecifier(S, *Name, NameLoc, NextToken.getLocation(), in ClassifyName()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 4643 bool BuildCXXNestedNameSpecifier(Scope *S,
|