Home
last modified time | relevance | path

Searched defs:isPreprocessedEntityInFileID (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h296 virtual std::optional<bool> isPreprocessedEntityInFileID(unsigned Index, in isPreprocessedEntityInFileID() function
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6476 std::optional<bool> ASTReader::isPreprocessedEntityInFileID(unsigned Index, isPreprocessedEntityInFileID() function in ASTReader