Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDMultiplexExternalSemaSource.cpp175 bool MultiplexExternalSemaSource::DeclIsFromPCHWithObjectFile(const Decl *D) { in DeclIsFromPCHWithObjectFile() function in MultiplexExternalSemaSource
177 if (S->DeclIsFromPCHWithObjectFile(D)) in DeclIsFromPCHWithObjectFile()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDMultiplexExternalSemaSource.h156 bool DeclIsFromPCHWithObjectFile(const Decl *D) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDASTUtils.h406 bool DeclIsFromPCHWithObjectFile(const clang::Decl *D) override { in DeclIsFromPCHWithObjectFile() function
408 if (S->DeclIsFromPCHWithObjectFile(D)) in DeclIsFromPCHWithObjectFile()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExternalASTSource.h166 virtual bool DeclIsFromPCHWithObjectFile(const Decl *D) { return false; } in DeclIsFromPCHWithObjectFile() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h2065 bool DeclIsFromPCHWithObjectFile(const Decl *D) override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp10172 if (getExternalSource()->DeclIsFromPCHWithObjectFile(D) && !IsExpInstDef) in DeclMustBeEmitted()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp8461 bool ASTReader::DeclIsFromPCHWithObjectFile(const Decl *D) { in DeclIsFromPCHWithObjectFile() function in ASTReader