Home
last modified time | relevance | path

Searched refs:NNSL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp196 else if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) { in print() local
197 if (const NestedNameSpecifier *NNS = NNSL->getNestedNameSpecifier()) in print()
240 if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) in getSourceRange() local
241 return NNSL->getSourceRange(); in getSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11039 NestedNameSpecifierLoc NNSL = Record.readNestedNameSpecifierLoc(); in VisitOMPReductionClause() local
11041 C->setQualifierLoc(NNSL); in VisitOMPReductionClause()
11086 NestedNameSpecifierLoc NNSL = Record.readNestedNameSpecifierLoc(); in VisitOMPTaskReductionClause() local
11088 C->setQualifierLoc(NNSL); in VisitOMPTaskReductionClause()
11119 NestedNameSpecifierLoc NNSL = Record.readNestedNameSpecifierLoc(); in VisitOMPInReductionClause() local
11121 C->setQualifierLoc(NNSL); in VisitOMPInReductionClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5474 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNSL) { in TraverseNestedNameSpecifierLoc() argument
5475 if (NNSL) { in TraverseNestedNameSpecifierLoc()
5476 NestedNameSpecifier *NNS = NNSL.getNestedNameSpecifier(); in TraverseNestedNameSpecifierLoc()
5482 return RecursiveASTVisitor::TraverseNestedNameSpecifierLoc(NNSL); in TraverseNestedNameSpecifierLoc()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5550 void setMapperQualifierLoc(NestedNameSpecifierLoc NNSL) { in setMapperQualifierLoc() argument
5551 MapperQualifierLoc = NNSL; in setMapperQualifierLoc()