Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp581 if ((usingPCHWithThroughHeader() && SkippingUntilPCHThroughHeader) || in EnterMainSourceFile()
603 bool Preprocessor::usingPCHWithThroughHeader() { in usingPCHWithThroughHeader() function in Preprocessor
H A DPPDirectives.cpp1852 if (usingPCHWithThroughHeader() && SkippingUntilPCHThroughHeader) { in HandleIncludeDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1160 bool usingPCHWithThroughHeader();