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

  /external/clang/unittests/Tooling/
RefactoringTest.cpp 385 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNSLoc) {
386 if (NNSLoc.getNestedNameSpecifier()) {
387 if (const NamespaceDecl* NS = NNSLoc.getNestedNameSpecifier()->getAsNamespace()) {
389 Replace = Replacement(*SM, &NNSLoc, "", Context->getLangOpts());
394 NNSLoc);
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 122 else if (const NestedNameSpecifierLoc *NNSLoc =
124 traverse(*NNSLoc);
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 3907 milliseconds