Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DIncludeInserter.cpp24 void InclusionDirective(SourceLocation HashLocation, in InclusionDirective() argument
31 Inserter->addInclude(FileNameRef, IsAngled, HashLocation, in InclusionDirective()
93 SourceLocation HashLocation, in addInclude() argument
97 FileID FileID = SourceMgr->getFileID(HashLocation); in addInclude()
98 getOrCreate(FileID).addInclude(FileName, IsAngled, HashLocation, EndLocation); in addInclude()
H A DIncludeInserter.h89 SourceLocation HashLocation, SourceLocation EndLocation);
H A DIncludeSorter.h45 SourceLocation HashLocation, SourceLocation EndLocation);
H A DIncludeSorter.cpp132 SourceLocation HashLocation, in addInclude() argument
138 SourceRange(HashLocation, EndLocation.getLocWithOffset(Offset))); in addInclude()