Searched refs:GetExternalDecl (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp25 Decl *ExternalASTSource::GetExternalDecl(uint32_t ID) { function in class:ExternalASTSource
H A DDeclTemplate.cpp256 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
329 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
997 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
H A DDeclCXX.cpp44 I.setDecl(cast<NamedDecl>(Source->GetExternalDecl(
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DChainedIncludesSource.h42 virtual Decl *GetExternalDecl(uint32_t ID);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h63 GetExternalDecl (uint32_t ID) function in class:lldb_private::ClangExternalASTSourceCallbacks
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h68 virtual Decl *GetExternalDecl(uint32_t ID);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h89 virtual Decl *GetExternalDecl(uint32_t ID);
534 typedef LazyOffsetPtr<Decl, uint32_t, &ExternalASTSource::GetExternalDecl>
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DChainedIncludesSource.cpp178 Decl *ChainedIncludesSource::GetExternalDecl(uint32_t ID) { function in class:ChainedIncludesSource
179 return getFinalReader().GetExternalDecl(ID);
H A DASTUnit.cpp1712 Decl *D = Source.GetExternalDecl(TopLevelDeclsInPreamble[I]);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp45 Decl *MultiplexExternalSemaSource::GetExternalDecl(uint32_t ID) { function in class:MultiplexExternalSemaSource
47 if (Decl *Result = Sources[i]->GetExternalDecl(ID))
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangASTSource.h66 clang::Decl *GetExternalDecl (uint32_t) { return NULL; } function in class:lldb_private::ClangASTSource
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1453 virtual Decl *GetExternalDecl(uint32_t ID);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5373 Decl *ASTReader::GetExternalDecl(uint32_t ID) { function in class:ASTReader

Completed in 213 milliseconds