Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h1514 IncludedFilesSet &getIncludedFiles() { return IncludedFiles; } in getIncludedFiles() function
1515 const IncludedFilesSet &getIncludedFiles() const { return IncludedFiles; } in getIncludedFiles() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp2094 Reader.getPreprocessor().getIncludedFiles().insert(FE); in ReadData()