Home
last modified time | relevance | path

Searched defs:DeclIsFromPCHWithObjectFile (Results 1 – 3 of 3) sorted by relevance

/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/lib/Sema/
H A DMultiplexExternalSemaSource.cpp174 bool MultiplexExternalSemaSource::DeclIsFromPCHWithObjectFile(const Decl *D) { in DeclIsFromPCHWithObjectFile() function in MultiplexExternalSemaSource
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp8480 bool ASTReader::DeclIsFromPCHWithObjectFile(const Decl *D) { in DeclIsFromPCHWithObjectFile() function in ASTReader