HomeSort by: relevance | last modified time | path
    Searched refs:NNSLoc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 927 SourceRange getLocalSourceRange(const NestedNameSpecifierLoc &NNSLoc) {
928 auto SR = NNSLoc.getLocalSourceRange();
935 if (auto TL = NNSLoc.getTypeLoc()) {
976 buildNameSpecifier(const NestedNameSpecifierLoc &NNSLoc) {
977 assert(NNSLoc.hasQualifier());
979 Builder.getRange(getLocalSourceRange(NNSLoc)).drop_back();
980 switch (getNameSpecifierKind(*NNSLoc.getNestedNameSpecifier())) {
1002 const auto TL = NNSLoc.getTypeLoc().castAs<DecltypeTypeLoc>();
1705 void syntax::TreeBuilder::markChild(NestedNameSpecifierLoc NNSLoc, NodeRole R) {
1706 auto *SN = Mapping.find(NNSLoc);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 124 else if (const NestedNameSpecifierLoc *NNSLoc =
126 traverse(*NNSLoc);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 6091 NestedNameSpecifierLoc NNSLoc = SS.getWithLocInContext(Context);
6098 switch (NNSLoc.getNestedNameSpecifier()->getKind()) {
6104 DNTLoc.setQualifierLoc(NNSLoc.getPrefix());
6105 DNTLoc.setNameLoc(NNSLoc.getLocalBeginLoc());
6114 ETLoc.setQualifierLoc(NNSLoc.getPrefix());
6116 NamedTL.initializeFullCopy(NNSLoc.getTypeLoc());
6118 ClsTL.initializeFullCopy(NNSLoc.getTypeLoc());
SemaTemplate.cpp 3008 NestedNameSpecifierLoc NNSLoc(SS.getScopeRep(), SS.location_data());
3009 while (NestedNameSpecifier *NNS = NNSLoc.getNestedNameSpecifier()) {
3012 return NNSLoc.getTypeLoc().getSourceRange();
3016 NNSLoc = NNSLoc.getPrefix();
SemaOverload.cpp 13189 NestedNameSpecifierLoc NNSLoc,
13193 return UnresolvedLookupExpr::Create(Context, NamingClass, NNSLoc, DNI,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 3827 NestedNameSpecifierLoc NNSLoc,

Completed in 120 milliseconds