Searched refs:DeclIsFromPCHWithObjectFile (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h156 bool DeclIsFromPCHWithObjectFile(const Decl *D) override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp175 bool MultiplexExternalSemaSource::DeclIsFromPCHWithObjectFile(const Decl *D) { function in class:MultiplexExternalSemaSource
177 if (S->DeclIsFromPCHWithObjectFile(D))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h406 bool DeclIsFromPCHWithObjectFile(const clang::Decl *D) override {
408 if (S->DeclIsFromPCHWithObjectFile(D))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h166 virtual bool DeclIsFromPCHWithObjectFile(const Decl *D) { return false; } function in class:clang::ExternalASTSource
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2065 bool DeclIsFromPCHWithObjectFile(const Decl *D) override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10172 if (getExternalSource()->DeclIsFromPCHWithObjectFile(D) && !IsExpInstDef)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8461 bool ASTReader::DeclIsFromPCHWithObjectFile(const Decl *D) {

Completed in 206 milliseconds