Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp602 if ((usingPCHWithThroughHeader() && SkippingUntilPCHThroughHeader) || in EnterMainSourceFile()
624 bool Preprocessor::usingPCHWithThroughHeader() { in usingPCHWithThroughHeader() function in Preprocessor
H A DPPDirectives.cpp2299 if (usingPCHWithThroughHeader() && SkippingUntilPCHThroughHeader) { in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1634 bool usingPCHWithThroughHeader();