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

  /external/clang/lib/AST/
ASTTypeTraits.cpp 71 else if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>())
72 NNSL->getNestedNameSpecifier()->print(OS, PP);
99 if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>())
100 return NNSL->getSourceRange();
  /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 476 milliseconds