Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp188 SrcMgr::CharacteristicKind NewFileType, in FileChanged() argument
228 if (!DepOpts.IncludeSystemHeaders && isSystem(NewFileType)) in FileChanged()
286 static bool shouldRecordNewFile(SrcMgr::CharacteristicKind NewFileType, in shouldRecordNewFile() argument
288 return SrcMgr::isSystem(NewFileType) && !SM.isInSystemHeader(PrevLoc); in shouldRecordNewFile()
293 SrcMgr::CharacteristicKind NewFileType, FileID PrevFID) { in FileChanged() argument
295 !shouldRecordNewFile(NewFileType, SM.getLocForStartOfFile(PrevFID), SM)) in FileChanged()
H A DPrintPreprocessedOutput.cpp326 SrcMgr::CharacteristicKind NewFileType, in FileChanged() argument
355 FileType = NewFileType; in FileChanged()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp153 SrcMgr::CharacteristicKind NewFileType, in FileChanged() argument
162 std::make_pair(LastInclusionLocation, IncludedFile(Id, NewFileType))); in FileChanged()