Home
last modified time | relevance | path

Searched refs:getFileLoc (Results 1 – 15 of 15) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DSanitizerBlacklist.cpp44 isBlacklistedFile(SM.getFilename(SM.getFileLoc(Loc)), Category); in isBlacklistedLocation()
H A DSourceManager.cpp1725 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp127 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer()
129 Callbacks->FileChanged(CurLexer->getFileLoc(), in EnterSourceFileWithLexer()
437 if (CurLexer->getFileLoc() == CodeCompletionFileLoc) in HandleEndOfFile()
H A DPreprocessingRecord.cpp76 if (SM.isInFileID(SM.getFileLoc(Loc), FID)) in isPreprocessedEntityIfInFileID()
H A DPPDirectives.cpp329 if (CurLexer->getFileLoc() != CodeCompletionFileLoc) in SkipExcludedConditionalBlock()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp336 SourceLocation SpellLoc = SM.getFileLoc(Loc); in clang_getSpellingLocation()
373 SourceLocation FileLoc = SM.getFileLoc(Loc); in clang_getFileLocation()
H A DIndexingContext.cpp716 SourceLocation FileLoc = SM.getFileLoc(Loc); in isNotFromSourceFile()
796 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc)); in markEntityOccurrenceInFile()
892 Loc = SM.getFileLoc(Loc); in translateLoc()
H A DCIndex.cpp238 FID = SM.getFileID(SM.getFileLoc(R.getBegin())); in visitPreprocessedEntitiesInRange()
239 if (FID != SM.getFileID(SM.getFileLoc(R.getEnd()))) in visitPreprocessedEntitiesInRange()
257 Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())), in visitFileRegion()
258 End = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getEnd())); in visitFileRegion()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h994 return SourceLocation::getFileLoc(FileOffset); in getLocForStartOfFile()
1006 return SourceLocation::getFileLoc(FileOffset + getFileIDSize(FID)); in getLocForEndOfFile()
1047 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() function
H A DSourceLocation.h116 static SourceLocation getFileLoc(unsigned ID) { in getFileLoc() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DLexer.h134 SourceLocation getFileLoc() const { return FileLoc; } in getFileLoc() function
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp157 Loc = SM->getFileLoc(Loc); in emitDiagnostic()
H A DASTUnit.cpp1304 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation()); in makeStandaloneDiagnostic()
2577 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5060 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID)) in isPreprocessedEntityInFileID()
6405 return Reader.getSourceManager().getFileLoc( in getLocation()
H A DASTWriter.cpp5168 SourceLocation FileLoc = SM.getFileLoc(Loc); in associateDeclWithFile()