HomeSort by relevance Sort by last modified time
    Searched refs:getLookupName (Results 1 - 25 of 45) sorted by null

1 2

  /external/clang/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CrossTU/
CrossTranslationUnit.h 137 static std::string getLookupName(const NamedDecl *ND);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CrossTU/
CrossTranslationUnit.h 137 static std::string getLookupName(const NamedDecl *ND);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CrossTU/
CrossTranslationUnit.h 137 static std::string getLookupName(const NamedDecl *ND);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CrossTU/
CrossTranslationUnit.h 137 static std::string getLookupName(const NamedDecl *ND);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CrossTU/
CrossTranslationUnit.h 137 static std::string getLookupName(const NamedDecl *ND);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CrossTU/
CrossTranslationUnit.h 137 static std::string getLookupName(const NamedDecl *ND);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CrossTU/
CrossTranslationUnit.h 137 static std::string getLookupName(const NamedDecl *ND);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CrossTU/
CrossTranslationUnit.h 137 static std::string getLookupName(const NamedDecl *ND);
  /external/clang/lib/Sema/
SemaLookup.cpp 665 llvm::errs() << "lookup results for " << getLookupName().getAsString()
681 IdentifierInfo *II = R.getLookupName().getAsIdentifierInfo();
833 DeclareImplicitMemberFunctionsWithName(S, R.getLookupName(), DC);
836 DeclContext::lookup_result DR = DC->lookup(R.getLookupName());
849 if (R.getLookupName().getNameKind()
851 R.getLookupName().getCXXNameType()->isDependentType() ||
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 247 DeclarationName getLookupName() const {

Completed in 362 milliseconds

1 2