Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp174 bool MultiplexExternalSemaSource::DeclIsFromPCHWithObjectFile(const Decl *D) { in DeclIsFromPCHWithObjectFile() function in MultiplexExternalSemaSource
176 if (S->DeclIsFromPCHWithObjectFile(D)) in DeclIsFromPCHWithObjectFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h155 bool DeclIsFromPCHWithObjectFile(const Decl *D) override;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h168 virtual bool DeclIsFromPCHWithObjectFile(const Decl *D) { return false; } in DeclIsFromPCHWithObjectFile() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h2094 bool DeclIsFromPCHWithObjectFile(const Decl *D) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp9827 if (getExternalSource()->DeclIsFromPCHWithObjectFile(D) && !IsExpInstDef) in DeclMustBeEmitted()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp8480 bool ASTReader::DeclIsFromPCHWithObjectFile(const Decl *D) { in DeclIsFromPCHWithObjectFile() function in ASTReader