Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1376 findPreprocessedEntity(SourceLocation Loc, bool EndsAfter) const;
/external/clang/include/clang/Serialization/
DASTReader.h1200 findPreprocessedEntity(SourceLocation Loc, bool EndsAfter) const;
/external/clang/lib/Serialization/
DASTReader.cpp5011 PreprocessedEntityID ASTReader::findPreprocessedEntity(SourceLocation Loc, in findPreprocessedEntity() function in ASTReader
5071 findPreprocessedEntity(Range.getBegin(), false); in findPreprocessedEntitiesInRange()
5072 PreprocessedEntityID EndID = findPreprocessedEntity(Range.getEnd(), true); in findPreprocessedEntitiesInRange()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6071 PreprocessedEntityID ASTReader::findPreprocessedEntity(SourceLocation Loc, in findPreprocessedEntity() function in ASTReader
6133 findPreprocessedEntity(Range.getBegin(), false); in findPreprocessedEntitiesInRange()
6134 PreprocessedEntityID EndID = findPreprocessedEntity(Range.getEnd(), true); in findPreprocessedEntitiesInRange()