HomeSort by relevance Sort by last modified time
    Searched full:nestednamespecifierloc (Results 26 - 50 of 66) sorted by null

12 3

  /external/clang/lib/Sema/
TreeTransform.h 458 NestedNameSpecifierLoc
459 TransformNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,
598 NestedNameSpecifierLoc QualifierLoc);
    [all...]
SemaTemplateInstantiateDecl.cpp 54 NestedNameSpecifierLoc NewQualifierLoc
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaTemplateVariadic.cpp 401 NestedNameSpecifierLoc QualifierLoc(Qualifier, SS.location_data());
    [all...]
SemaCXXScopeSpec.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.h 387 void indexNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,
CIndex.cpp 773 if (NestedNameSpecifierLoc QualifierLoc = DD->getQualifierLoc())
808 if (NestedNameSpecifierLoc QualifierLoc = ND->getQualifierLoc())
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
Decl.h 554 NestedNameSpecifierLoc QualifierLoc;
647 NestedNameSpecifierLoc getQualifierLoc() const {
649 : NestedNameSpecifierLoc();
652 void setQualifierInfo(NestedNameSpecifierLoc QualifierLoc);
    [all...]
OpenMPClause.h     [all...]
RecursiveASTVisitor.h 203 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
665 NestedNameSpecifierLoc NNS) {
669 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix())
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/lib/AST/
OpenMPClause.cpp 373 NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo,
TypeLoc.cpp 450 setQualifierLoc(NestedNameSpecifierLoc());
Expr.cpp 323 NestedNameSpecifierLoc QualifierLoc,
368 NestedNameSpecifierLoc QualifierLoc,
384 NestedNameSpecifierLoc QualifierLoc,
399 Size += sizeof(NestedNameSpecifierLoc);
425 Size += sizeof(NestedNameSpecifierLoc);
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 112 /* QualifierLoc = */ NestedNameSpecifierLoc(),
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 323 "hasParent(Matcher<TemplateArgument|NestedNameSpecifierLoc|Decl|...>)",
  /frameworks/compile/slang/
slang_rs_context.cpp 372 clang::NestedNameSpecifierLoc(),
slang_rs_foreach_lowering.cpp 204 mASTCtxt, clang::NestedNameSpecifierLoc(), clang::SourceLocation(), FDNew,
  /external/clang/include/clang/Sema/
DeclSpec.h 162 /// \c Adopt() with a proper \c NestedNameSpecifierLoc.
168 void Adopt(NestedNameSpecifierLoc Other);
175 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
    [all...]
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 385 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNSLoc) {
  /external/clang/include/clang/Serialization/
ASTWriter.h 719 void AddNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/clang/docs/
LibASTMatchersReference.html 475 <tr><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1NestedNameSpecifierLoc.html">NestedNameSpecifierLoc</a>&gt;</td><td class="name" onclick="toggle('nestedNameSpecifierLoc0')"><a name="nestedNameSpecifierLoc0Anchor">nestedNameSpecifierLoc</a></td><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1NestedNameSpecifierLoc.html">NestedNameSpecifierLoc</a>&gt;...</td></tr>
476 <tr><td colspan="4" class="doc" id="nestedNameSpecifierLoc0"><pre>Same as nestedNameSpecifier but matches NestedNameSpecifierLoc.
    [all...]

Completed in 1364 milliseconds

12 3