HomeSort by relevance Sort by last modified time
    Searched full:unresolvedusingvaluedecl (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/unittests/AST/
SourceLocationTest.cpp 299 TEST(UnresolvedUsingValueDecl, SourceRange) {
300 RangeVerifier<UnresolvedUsingValueDecl> Verifier;
307 unresolvedUsingValueDecl()));
  /external/clang/tools/libclang/
CursorVisitor.h 239 bool VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 370 REGISTER_MATCHER(unresolvedUsingValueDecl);
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
DeclPrinter.cpp 91 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
    [all...]
ExprCXX.cpp 350 isa<UnresolvedUsingValueDecl>(*I)) {
    [all...]
ASTDumper.cpp 462 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D);
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
ASTContext.h 349 /// The source declaration is always a UsingDecl, an UnresolvedUsingValueDecl,
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/test/Misc/
ast-dump-decl.cpp 438 // CHECK: UnresolvedUsingValueDecl{{.*}} B<T>::a
  /external/clang/include/clang/Sema/
Lookup.h 653 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl()))
  /external/clang/lib/Index/
USRGeneration.cpp 102 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) {
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 278 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
    [all...]
ASTWriterDecl.cpp 79 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaLookup.cpp 475 else if (isa<UnresolvedUsingValueDecl>(D))
544 if (isa<UnresolvedUsingValueDecl>(D)) {
    [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1026 /// unresolvedUsingValueDecl()
1030 UnresolvedUsingValueDecl> unresolvedUsingValueDecl;
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h     [all...]
  /external/clang/docs/
LibASTMatchersReference.html 423 <tr><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('unresolvedUsingValueDecl0')"><a name="unresolvedUsingValueDecl0Anchor">unresolvedUsingValueDecl</a></td><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1UnresolvedUsingValueDecl.html">UnresolvedUsingValueDecl</a>&gt;...</td></tr>
431 unresolvedUsingValueDecl()
    [all...]
  /external/libcxxabi/test/
test_demangle.pass.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_demangle.pass.cpp     [all...]

Completed in 2600 milliseconds

1 2