Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPPLexerChange.cpp126 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer()
128 Callbacks->FileChanged(CurLexer->getFileLoc(), in EnterSourceFileWithLexer()
392 if (CurLexer->getFileLoc() == CodeCompletionFileLoc) in HandleEndOfFile()
DPreprocessingRecord.cpp76 if (SM.isInFileID(SM.getFileLoc(Loc), FID)) in isPreprocessedEntityIfInFileID()
DPPDirectives.cpp274 if (CurLexer->getFileLoc() != CodeCompletionFileLoc) in SkipExcludedConditionalBlock()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSourceManager.h996 return SourceLocation::getFileLoc(FileOffset); in getLocForStartOfFile()
1008 return SourceLocation::getFileLoc(FileOffset + getFileIDSize(FID)); in getLocForEndOfFile()
1049 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() function
DSourceLocation.h116 static SourceLocation getFileLoc(unsigned ID) { in getFileLoc() function
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DLexer.h134 SourceLocation getFileLoc() const { return FileLoc; } in getFileLoc() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DDiagnosticRenderer.cpp157 Loc = SM->getFileLoc(Loc); in emitDiagnostic()
DASTUnit.cpp2676 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/
DSourceManager.cpp1775 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4385 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID)) in isPreprocessedEntityInFileID()
5645 return Reader.getSourceManager().getFileLoc( in getLocation()
DASTWriter.cpp4647 SourceLocation FileLoc = SM.getFileLoc(Loc); in associateDeclWithFile()