| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | FileIndexRecord.cpp | 57 SourceLocation Loc = SM.getFileLoc(D->getLocation()); in print() 67 SourceLocation Loc = SM.getFileLoc(MI->getDefinitionLoc()); in print()
|
| H A D | IndexingContext.cpp | 128 FileID FID = SM.getFileID(SM.getFileLoc(Loc)); in importedModule() 380 FileID FID = SM.getFileID(SM.getFileLoc(Loc)); in handleDeclOccurrence() 508 FileID FID = SM.getFileID(SM.getFileLoc(Loc)); in shouldIndexMacroOccurrence()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 176 FullSourceLoc FullSourceLoc::getFileLoc() const { in getFileLoc() function in FullSourceLoc 178 return FullSourceLoc(SrcMgr->getFileLoc(*this), *SrcMgr); in getFileLoc()
|
| H A D | XRayLists.cpp | 75 return this->shouldImbueFunctionsInFile(SM.getFilename(SM.getFileLoc(Loc)), in shouldImbueLocation()
|
| H A D | NoSanitizeList.cpp | 73 containsFile(Mask, SM.getFilename(SM.getFileLoc(Loc)), Category); in containsLocation()
|
| H A D | ProfileList.cpp | 135 return isFileExcluded(SM.getFilename(SM.getFileLoc(Loc)), Kind); in isLocationExcluded()
|
| H A D | SourceManager.cpp | 1672 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol() 2267 SourceLocation FileStart = getFileLoc(getComposedLoc(ID, 0)); in noteSLocAddressSpaceUsage()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPLexerChange.cpp | 126 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer() 134 Callbacks->FileChanged(CurLexer->getFileLoc(), PPCallbacks::EnterFile, in EnterSourceFileWithLexer() 551 if (CurLexer->getFileLoc() == CodeCompletionFileLoc) in HandleEndOfFile() 557 Diag(CurLexer->getFileLoc(), diag::err_pp_through_header_not_seen) in HandleEndOfFile()
|
| H A D | PreprocessingRecord.cpp | 85 return SM.isInFileID(SM.getFileLoc(Loc), FID); in isPreprocessedEntityIfInFileID()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 122 static SourceLocation getFileLoc(UIntTy ID) { 394 FullSourceLoc getFileLoc() const;
|
| H A D | SourceManager.h | 1160 return SourceLocation::getFileLoc(Entry->getOffset()); in getLocForStartOfFile() 1168 return SourceLocation::getFileLoc(Entry->getOffset() + in getLocForEndOfFile() 1208 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() function 1268 return Entry->isFile() ? SourceLocation::getFileLoc(GlobalOffset) in getComposedLoc()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 199 SourceLocation getFileLoc() const { return FileLoc; } in getFileLoc() function
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 182 auto FileLoc = SM.getFileLoc(Loc); in operator ()()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 115 Loc = Loc.getFileLoc(); in emitDiagnostic()
|
| H A D | ASTUnit.cpp | 1306 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation()); in makeStandaloneDiagnostic() 2467 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | Visitor.cpp | 110 auto FileLoc = SrcMgr.getFileLoc(Loc); in getAccessForDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 393 Loc = SM.getFileLoc(Loc); in gatherFileIDs() 395 Region.setEndLoc(SM.getFileLoc(Region.getEndLoc())); in gatherFileIDs()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6829 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID)) in isPreprocessedEntityInFileID() 8497 return Reader.getSourceManager().getFileLoc( in getLocation()
|
| H A D | ASTWriter.cpp | 6968 SourceLocation FileLoc = SM.getFileLoc(Loc); in associateDeclWithFile()
|