HomeSort by: relevance | last modified time | path
    Searched defs:getLookupName (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclLookups.h 43 DeclarationName getLookupName() const { return It->first; }
  /src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp 217 CrossTranslationUnitContext::getLookupName(const NamedDecl *ND) {
242 llvm::Optional<std::string> ResultLookupName = getLookupName(ResultDecl);
258 const llvm::Optional<std::string> LookupName = getLookupName(D);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h 243 DeclarationName getLookupName() const {

Completed in 29 milliseconds