HomeSort by relevance Sort by last modified time
    Searched refs:NNSL (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
ASTTypeTraits.cpp 118 else if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>())
119 NNSL->getNestedNameSpecifier()->print(OS, PP);
146 if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>())
147 return NNSL->getSourceRange();
  /external/clang/include/clang/AST/
ASTTypeTraits.h 347 auto NNSL = Val.getUnchecked<NestedNameSpecifierLoc>();
348 return llvm::hash_combine(NNSL.getNestedNameSpecifier(),
349 NNSL.getOpaqueData());
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 215 Matcher<NestedNameSpecifierLoc> NNSL =
223 EXPECT_FALSE(matches(Code, NNSL));
227 EXPECT_TRUE(matches(Code, NNSL));
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 410 milliseconds