Searched refs:HashLocation (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | IncludeInserter.cpp | 24 void InclusionDirective(SourceLocation HashLocation, in InclusionDirective() argument 31 Inserter->addInclude(FileNameRef, IsAngled, HashLocation, in InclusionDirective() 90 SourceLocation HashLocation, in addInclude() argument 94 FileID FileID = SourceMgr->getFileID(HashLocation); in addInclude() 95 getOrCreate(FileID).AddInclude(FileName, IsAngled, HashLocation, EndLocation); in addInclude()
|
D | IncludeInserter.h | 88 SourceLocation HashLocation, SourceLocation EndLocation);
|
D | IncludeSorter.h | 45 SourceLocation HashLocation, SourceLocation EndLocation);
|
D | IncludeSorter.cpp | 133 SourceLocation HashLocation, in AddInclude() argument 139 SourceRange(HashLocation, EndLocation.getLocWithOffset(Offset))); in AddInclude()
|