Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp586 if ((usingPCHWithThroughHeader() && SkippingUntilPCHThroughHeader) || in EnterMainSourceFile()
608 bool Preprocessor::usingPCHWithThroughHeader() { in usingPCHWithThroughHeader() function in Preprocessor
H A DPPDirectives.cpp2029 if (usingPCHWithThroughHeader() && SkippingUntilPCHThroughHeader) { in HandleHeaderIncludeOrImport()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1305 bool usingPCHWithThroughHeader();