Searched refs:HashLocation (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | IncludeInserter.cpp | 24 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 D | IncludeInserter.h | 89 SourceLocation HashLocation, SourceLocation EndLocation);
|
| H A D | IncludeSorter.h | 45 SourceLocation HashLocation, SourceLocation EndLocation);
|
| H A D | IncludeSorter.cpp | 132 SourceLocation HashLocation, in addInclude() argument 138 SourceRange(HashLocation, EndLocation.getLocWithOffset(Offset))); in addInclude()
|