Home
last modified time | relevance | path

Searched refs:findPreprocessedEntitiesInRange (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h292 findPreprocessedEntitiesInRange(SourceRange Range) = 0;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp149 Loaded = ExternalSource->findPreprocessedEntitiesInRange(Range); in getPreprocessedEntitiesInRangeSlow()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1828 findPreprocessedEntitiesInRange(SourceRange Range) override;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6463 ASTReader::findPreprocessedEntitiesInRange(SourceRange Range) { in findPreprocessedEntitiesInRange() function in ASTReader