Home
last modified time | relevance | path

Searched defs:getLookupName (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DDeclLookups.h43 DeclarationName getLookupName() const { return It->first; } in getLookupName() function
/external/clang/include/clang/AST/
DDeclLookups.h40 DeclarationName getLookupName() const { return It->first; } in getLookupName() function
/external/clang/include/clang/Sema/
DLookup.h247 DeclarationName getLookupName() const { in getLookupName() function
/external/llvm-project/clang/include/clang/Sema/
DLookup.h243 DeclarationName getLookupName() const { in getLookupName() function
/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp217 CrossTranslationUnitContext::getLookupName(const NamedDecl *ND) { in getLookupName() function in clang::cross_tu::CrossTranslationUnitContext