HomeSort by relevance Sort by last modified time
    Searched defs:FoundDecl (Results 26 - 42 of 42) sorted by null

12

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 631 /// FoundDecl - The original declaration that was looked up /
634 DeclAccessPair FoundDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Initialization.h 794 DeclAccessPair FoundDecl;
    [all...]
Overload.h 631 /// FoundDecl - The original declaration that was looked up /
634 DeclAccessPair FoundDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Initialization.h 794 DeclAccessPair FoundDecl;
    [all...]
Overload.h 631 /// FoundDecl - The original declaration that was looked up /
634 DeclAccessPair FoundDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Initialization.h 794 DeclAccessPair FoundDecl;
    [all...]
Overload.h 631 /// FoundDecl - The original declaration that was looked up /
634 DeclAccessPair FoundDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Initialization.h 794 DeclAccessPair FoundDecl;
    [all...]
Overload.h 631 /// FoundDecl - The original declaration that was looked up /
634 DeclAccessPair FoundDecl;
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 589 DeclAccessPair FoundDecl = E->getFoundDecl();
590 Record.AddDeclRef(FoundDecl.getDecl());
591 Record.push_back(FoundDecl.getAccess());
    [all...]
ASTReaderStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaOverload.cpp 48 CreateFunctionRefExpr(Sema &S, FunctionDecl *Fn, NamedDecl *FoundDecl,
52 if (S.DiagnoseUseOfDecl(FoundDecl, Loc))
54 // If FoundDecl is different from Fn (such as if one is a template
58 // DiagnoseUseOfDecl to accept both the FoundDecl and the decl
60 if (FoundDecl != Fn && S.DiagnoseUseOfDecl(Fn, Loc))
    [all...]

Completed in 430 milliseconds

12