Searched refs:NNSL (Results 1 – 3 of 3) sorted by relevance
71 else if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) in print() local72 NNSL->getNestedNameSpecifier()->print(OS, PP); in print()99 if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) in getSourceRange() local100 return NNSL->getSourceRange(); in getSourceRange()
215 Matcher<NestedNameSpecifierLoc> NNSL = in TEST_F() local223 EXPECT_FALSE(matches(Code, NNSL)); in TEST_F()227 EXPECT_TRUE(matches(Code, NNSL)); in TEST_F()
1833 NestedNameSpecifierLoc NNSL = in VisitOMPReductionClause() local1837 C->setQualifierLoc(NNSL); in VisitOMPReductionClause()