Searched refs:NestedNameSpecInfo (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 403 bool Sema::BuildCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo, in BuildCXXNestedNameSpecifier() 768 bool Sema::ActOnCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo, in ActOnCXXNestedNameSpecifier() 829 NestedNameSpecInfo &IdInfo, in IsInvalidUnlessNestedName()
|
| H A D | TreeTransform.h | 4614 Sema::NestedNameSpecInfo IdInfo(QNNS->getAsIdentifier(), in TransformNestedNameSpecifierLoc()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3262 struct NestedNameSpecInfo { struct 3277 NestedNameSpecInfo(IdentifierInfo *II, SourceLocation IdLoc, argument 3283 NestedNameSpecInfo(IdentifierInfo *II, SourceLocation IdLoc, in NestedNameSpecInfo() argument 3320 bool BuildCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo, 3349 bool ActOnCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo, 3398 NestedNameSpecInfo &IdInfo,
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 400 Sema::NestedNameSpecInfo IdInfo(&II, Tok.getLocation(), Next.getLocation(), in ParseOptionalCXXScopeSpecifier()
|