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

1 2

  /external/clang/test/Modules/Inputs/
using-decl-b.h 1 namespace UsingDecl {
8 namespace UsingDecl {
using-decl-a.h 4 namespace UsingDecl {
  /external/clang/test/Modules/
using-decl.cpp 7 UsingDecl::using_decl_type x = UsingDecl::using_decl_var;
8 UsingDecl::inner y = x;
  /external/clang/unittests/AST/
SourceLocationTest.cpp 290 TEST(UsingDecl, SourceRange) {
291 RangeVerifier<UsingDecl> Verifier;
296 usingDecl()));
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 44 class UsingDecl;
    [all...]
ASTContext.h 68 class UsingDecl;
327 /// \brief Keeps track of the declaration from which a UsingDecl was
330 /// The source declaration is always a UsingDecl, an UnresolvedUsingValueDecl,
348 /// This mapping will contain an entry that maps from the UsingDecl in
350 llvm::DenseMap<UsingDecl *, NamedDecl *> InstantiatedFromUsingDecl;
723 NamedDecl *getInstantiatedFromUsingDecl(UsingDecl *Inst);
727 void setInstantiatedFromUsingDecl(UsingDecl *Inst, NamedDecl *Pattern);
    [all...]
  /external/clang/tools/libclang/
CursorVisitor.h 235 bool VisitUsingDecl(UsingDecl *D);
IndexDecl.cpp 256 bool VisitUsingDecl(const UsingDecl *D) {
CIndex.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
DeclPrinter.cpp 83 void VisitUsingDecl(UsingDecl *D);
    [all...]
ASTDumper.cpp 455 void VisitUsingDecl(const UsingDecl *D);
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 339 REGISTER_MATCHER(usingDecl);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 929 /// usingDecl()
931 const internal::VariadicDynCastAllOfMatcher<Decl, UsingDecl> usingDecl;
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 39 class UsingDecl;
290 void EmitUsingDecl(const UsingDecl &UD);
  /external/clang/test/Misc/
ast-dump-decl.cpp 422 // CHECK-NEXT: UsingDecl{{.*}} testUsingDecl::i
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 59 EXPECT_TRUE(notMatches("", decl(usingDecl())));
61 decl(usingDecl())));
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 99 void VisitUsingDecl(const UsingDecl *D) {
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 319 void VisitUsingDecl(UsingDecl *D);
    [all...]
ASTWriterDecl.cpp 100 void VisitUsingDecl(UsingDecl *D);
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h 177 class UsingDecl;
    [all...]

Completed in 854 milliseconds

1 2