Home
last modified time | relevance | path

Searched refs:NameSpecifier (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDNodes.cpp109 std::vector<syntax::NameSpecifier *>
112 std::vector<syntax::NameSpecifier *> Children; in getSpecifiers()
114 Children.push_back(llvm::cast<syntax::NameSpecifier>(Element)); in getSpecifiers()
119 std::vector<syntax::List::ElementAndDelimiter<syntax::NameSpecifier>>
122 std::vector<syntax::List::ElementAndDelimiter<syntax::NameSpecifier>> in getSpecifiersAndDoubleColons()
126 {llvm::cast<syntax::NameSpecifier>(SpecifierAndDoubleColon.element), in getSpecifiersAndDoubleColons()
HDBuildTree.cpp981 syntax::NameSpecifier *
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
HDNodes.td264 def NameSpecifier : Alternatives {
270 def GlobalNameSpecifier : Unconstrained<NameSpecifier> {
278 def DecltypeNameSpecifier : Unconstrained<NameSpecifier> {
284 def IdentifierNameSpecifier : Unconstrained<NameSpecifier> {
290 def SimpleTemplateNameSpecifier : Unconstrained<NameSpecifier> {
HDNodes.h120 std::vector<NameSpecifier *> getSpecifiers();
121 std::vector<List::ElementAndDelimiter<syntax::NameSpecifier>>
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaInternal.h211 NestedNameSpecifier* NameSpecifier; member
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp4722 const Type *NSType = NSI.NameSpecifier->getAsType(); in performQualifiedLookups()
4736 TC.setCorrectionSpecifier(NSI.NameSpecifier); in performQualifiedLookups()