Home
last modified time | relevance | path

Searched refs:PCHThroughHeaderFileID (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp601 assert(PCHThroughHeaderFileID.isInvalid() && in setPCHThroughHeaderFileID()
603 PCHThroughHeaderFileID = FID; in setPCHThroughHeaderFileID()
607 assert(PCHThroughHeaderFileID.isValid() && in isPCHThroughHeader()
609 return FE == SourceMgr.getFileEntryForID(PCHThroughHeaderFileID); in isPCHThroughHeader()
614 PCHThroughHeaderFileID.isValid(); in creatingPCHWithThroughHeader()
619 PCHThroughHeaderFileID.isValid(); in usingPCHWithThroughHeader()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1094 FileID PCHThroughHeaderFileID; variable