/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | FileIndexRecord.cpp | 67 SourceLocation Loc = SM.getFileLoc(D->getLocation()); in print() 77 SourceLocation Loc = SM.getFileLoc(MI->getDefinitionLoc()); in print()
|
H A D | IndexingContext.cpp | 118 FileID FID = SM.getFileID(SM.getFileLoc(Loc)); in importedModule() 373 FileID FID = SM.getFileID(SM.getFileLoc(Loc)); in handleDeclOccurrence() 501 FileID FID = SM.getFileID(SM.getFileLoc(Loc)); in shouldIndexMacroOccurrence()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | core_main.cpp | 109 Loc = SM.getFileLoc(Loc); in handleDeclOccurrence() 147 Loc = SM.getFileLoc(Loc); in handleModuleOccurrence() 170 Loc = SM.getFileLoc(Loc); in handleMacroOccurrence()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 174 FullSourceLoc FullSourceLoc::getFileLoc() const { in getFileLoc() function in FullSourceLoc 176 return FullSourceLoc(SrcMgr->getFileLoc(*this), *SrcMgr); in getFileLoc()
|
H A D | NoSanitizeList.cpp | 53 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 | 102 return isFileExcluded(SM.getFilename(SM.getFileLoc(Loc)), Kind); in isLocationExcluded()
|
H A D | SourceManager.cpp | 1712 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPLexerChange.cpp | 115 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer() 117 Callbacks->FileChanged(CurLexer->getFileLoc(), in EnterSourceFileWithLexer() 505 if (CurLexer->getFileLoc() == CodeCompletionFileLoc) in HandleEndOfFile() 511 Diag(CurLexer->getFileLoc(), diag::err_pp_through_header_not_seen) in HandleEndOfFile()
|
H A D | PreprocessingRecord.cpp | 87 return SM.isInFileID(SM.getFileLoc(Loc), FID); in isPreprocessedEntityIfInFileID()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXSourceLocation.cpp | 322 SourceLocation SpellLoc = SM.getFileLoc(Loc); in clang_getSpellingLocation() 358 SourceLocation FileLoc = SM.getFileLoc(Loc); in clang_getFileLocation()
|
H A D | CXIndexDataConsumer.cpp | 160 Loc = getASTContext().getSourceManager().getFileLoc(Loc); in handleDeclOccurrence() 936 SourceLocation FileLoc = SM.getFileLoc(Loc); in isNotFromSourceFile() 1016 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc)); in markEntityOccurrenceInFile() 1109 Loc = SM.getFileLoc(Loc); in translateLoc()
|
H A D | CIndex.cpp | 248 FID = SM.getFileID(SM.getFileLoc(R.getBegin())); in visitPreprocessedEntitiesInRange() 249 if (FID != SM.getFileID(SM.getFileLoc(R.getEnd()))) in visitPreprocessedEntitiesInRange() 266 SM.getFileLoc(RegionOfInterest.getBegin())), in visitFileRegion() 268 SM.getFileLoc(RegionOfInterest.getEnd())); in visitFileRegion()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 119 static SourceLocation getFileLoc(unsigned ID) { 392 FullSourceLoc getFileLoc() const;
|
H A D | SourceManager.h | 1117 return SourceLocation::getFileLoc(Entry->getOffset()); in getLocForStartOfFile() 1125 return SourceLocation::getFileLoc(Entry->getOffset() + in getLocForEndOfFile() 1165 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() function 1225 return Entry->isFile() ? SourceLocation::getFileLoc(GlobalOffset) in getComposedLoc()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Lexer.h | 178 SourceLocation getFileLoc() const { return FileLoc; } in getFileLoc() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 118 Loc = Loc.getFileLoc(); in emitDiagnostic()
|
H A D | ASTUnit.cpp | 1259 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation()); in makeStandaloneDiagnostic() 2404 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 6181 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID)) in isPreprocessedEntityInFileID() 7567 return Reader.getSourceManager().getFileLoc( in getLocation()
|
H A D | ASTWriter.cpp | 5274 SourceLocation FileLoc = SM.getFileLoc(Loc); in associateDeclWithFile()
|