| /src/contrib/llvm-project/clang/lib/Index/ |
| H A D | FileIndexRecord.cpp | 59 SourceLocation Loc = SM.getFileLoc(D->getLocation()); in print() 69 SourceLocation Loc = SM.getFileLoc(MI->getDefinitionLoc()); in print()
|
| H A D | IndexingContext.cpp | 116 FileID FID = SM.getFileID(SM.getFileLoc(Loc)); in importedModule() 368 FileID FID = SM.getFileID(SM.getFileLoc(Loc)); in handleDeclOccurrence() 496 FileID FID = SM.getFileID(SM.getFileLoc(Loc)); in shouldIndexMacroOccurrence()
|
| /src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 178 FullSourceLoc FullSourceLoc::getFileLoc() const { in getFileLoc() function in FullSourceLoc 180 return FullSourceLoc(SrcMgr->getFileLoc(*this), *SrcMgr); in getFileLoc()
|
| H A D | NoSanitizeList.cpp | 58 containsFile(Mask, SM.getFilename(SM.getFileLoc(Loc)), Category); in containsLocation()
|
| H A D | XRayLists.cpp | 75 return this->shouldImbueFunctionsInFile(SM.getFilename(SM.getFileLoc(Loc)), in shouldImbueLocation()
|
| H A D | ProfileList.cpp | 135 return isFileExcluded(SM.getFilename(SM.getFileLoc(Loc)), Kind); in isLocationExcluded()
|
| H A D | SourceManager.cpp | 1667 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol() 2269 SourceLocation FileStart = getFileLoc(getComposedLoc(ID, 0)); in noteSLocAddressSpaceUsage()
|
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPLexerChange.cpp | 133 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer() 141 Callbacks->FileChanged(CurLexer->getFileLoc(), PPCallbacks::EnterFile, in EnterSourceFileWithLexer() 558 if (CurLexer->getFileLoc() == CodeCompletionFileLoc) in HandleEndOfFile() 564 Diag(CurLexer->getFileLoc(), diag::err_pp_through_header_not_seen) in HandleEndOfFile()
|
| H A D | PreprocessingRecord.cpp | 88 return SM.isInFileID(SM.getFileLoc(Loc), FID); in isPreprocessedEntityIfInFileID()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 120 static SourceLocation getFileLoc(UIntTy ID) { 392 FullSourceLoc getFileLoc() const;
|
| H A D | SourceManager.h | 1156 return SourceLocation::getFileLoc(Entry->getOffset()); in getLocForStartOfFile() 1164 return SourceLocation::getFileLoc(Entry->getOffset() + in getLocForEndOfFile() 1204 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() function 1264 return Entry->isFile() ? SourceLocation::getFileLoc(GlobalOffset) in getComposedLoc()
|
| /src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 199 SourceLocation getFileLoc() const { return FileLoc; } in getFileLoc() function
|
| /src/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 183 auto FileLoc = SM.getFileLoc(Loc); in operator ()()
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 117 Loc = Loc.getFileLoc(); in emitDiagnostic()
|
| H A D | ASTUnit.cpp | 1305 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation()); in makeStandaloneDiagnostic() 2453 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl()
|
| /src/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | Visitor.cpp | 111 auto FileLoc = SrcMgr.getFileLoc(Loc); in getAccessForDecl()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 395 Loc = SM.getFileLoc(Loc); in gatherFileIDs() 397 Region.setEndLoc(SM.getFileLoc(Region.getEndLoc())); in gatherFileIDs()
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6490 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID)) in isPreprocessedEntityInFileID() 8045 return Reader.getSourceManager().getFileLoc( in getLocation()
|
| H A D | ASTWriter.cpp | 6313 SourceLocation FileLoc = SM.getFileLoc(Loc); in associateDeclWithFile()
|