Home
last modified time | relevance | path

Searched defs:FileLoc (Results 1 – 12 of 12) sorted by relevance

/external/llvm/tools/sancov/
Dsancov.cc143 struct FileLoc { struct
144 bool operator<(const FileLoc &RHS) const { in operator <()
148 std::string FileName;
149 uint32_t Line;
/external/clang/lib/Frontend/
DASTUnit.cpp1308 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation()); in makeStandaloneDiagnostic() local
2537 SourceLocation FileLoc = SrcMgr.getLocForStartOfFile(FID); in TranslateStoredDiagnostics() local
2584 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl() local
2662 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); in getLocation() local
2679 SourceLocation FileLoc in mapLocationFromPreamble() local
2701 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID); in mapLocationToPreamble() local
/external/clang/include/clang/Lex/
DLexer.h53 SourceLocation FileLoc; // Location for start of file. variable
/external/clang/lib/Rewrite/
DDeltaTree.cpp40 unsigned FileLoc; member
/external/clang/include/clang/AST/
DCommentLexer.h237 SourceLocation FileLoc; variable
/external/clang/tools/libclang/
DCXSourceLocation.cpp373 SourceLocation FileLoc = SM.getFileLoc(Loc); in clang_getFileLocation() local
DIndexingContext.cpp716 SourceLocation FileLoc = SM.getFileLoc(Loc); in isNotFromSourceFile() local
/external/clang/lib/Lex/
DLexer.cpp518 SourceLocation FileLoc = SM.getSpellingLoc(Loc); in GetBeginningOfToken() local
544 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset); in ComputePreamble() local
1019 SourceLocation FileLoc, in GetMappedTokenLoc()
/external/clang/lib/AST/
DCommentLexer.cpp722 SourceLocation FileLoc, in Lexer()
/external/clang/include/clang/Frontend/
DASTUnit.h217 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID()); in getSourceRange() local
/external/clang/lib/Basic/
DSourceManager.cpp1733 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol() local
/external/clang/lib/Serialization/
DASTWriter.cpp4997 SourceLocation FileLoc = SM.getFileLoc(Loc); in associateDeclWithFile() local