Home
last modified time | relevance | path

Searched refs:usingPCHWithThroughHeader (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp598 if ((usingPCHWithThroughHeader() && SkippingUntilPCHThroughHeader) || in EnterMainSourceFile()
620 bool Preprocessor::usingPCHWithThroughHeader() { in usingPCHWithThroughHeader() function in Preprocessor
H A DPPDirectives.cpp2221 if (usingPCHWithThroughHeader() && SkippingUntilPCHThroughHeader) { in HandleHeaderIncludeOrImport()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1613 bool usingPCHWithThroughHeader();