Searched refs:FindExternalVisibleDeclsByName (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp47 ExternalASTSource::FindExternalVisibleDeclsByName(const DeclContext *DC, function in class:ExternalASTSource
H A DDeclBase.cpp1225 // FindExternalVisibleDeclsByName if needed. Exception: if we're not
1270 if (Source->FindExternalVisibleDeclsByName(this, Name) || R.second) {
1473 Source->FindExternalVisibleDeclsByName(this, D->getDeclName());
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DChainedIncludesSource.h47 virtual bool FindExternalVisibleDeclsByName(const DeclContext *DC,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h88 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DChainedIncludesSource.cpp195 ChainedIncludesSource::FindExternalVisibleDeclsByName(const DeclContext *DC, function in class:ChainedIncludesSource
197 return getFinalReader().FindExternalVisibleDeclsByName(DC, Name);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp85 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name) { function in class:MultiplexExternalSemaSource
88 AnyDeclsFound |= Sources[i]->FindExternalVisibleDeclsByName(DC, Name);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h132 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1523 FindExternalVisibleDeclsByName(const DeclContext *DC,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5786 ASTReader::FindExternalVisibleDeclsByName(const DeclContext *DC, function in class:ASTReader

Completed in 143 milliseconds