/external/clang/include/clang/Lex/ |
D | Lexer.h | 53 SourceLocation FileLoc; // Location for start of file. variable
|
/external/llvm-project/clang/lib/Frontend/ |
D | ASTUnit.cpp | 1270 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation()); in makeStandaloneDiagnostic() local 2375 SourceLocation FileLoc; in TranslateStoredDiagnostics() local 2431 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl() local 2509 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); in getLocation() local 2526 SourceLocation FileLoc in mapLocationFromPreamble() local 2548 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID); in mapLocationToPreamble() local
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 1306 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation()); in makeStandaloneDiagnostic() local 2547 SourceLocation FileLoc = SrcMgr.getLocForStartOfFile(FID); in TranslateStoredDiagnostics() local 2594 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl() local 2672 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); in getLocation() local 2689 SourceLocation FileLoc in mapLocationFromPreamble() local 2711 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID); in mapLocationToPreamble() local
|
/external/llvm/tools/sancov/ |
D | sancov.cc | 188 struct FileLoc { struct 189 bool operator<(const FileLoc &RHS) const { in operator <() 193 std::string FileName; 194 uint32_t Line;
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 91 SourceLocation FileLoc; variable
|
/external/clang/lib/Rewrite/ |
D | DeltaTree.cpp | 40 unsigned FileLoc; member
|
/external/llvm-project/clang/lib/Rewrite/ |
D | DeltaTree.cpp | 42 unsigned FileLoc; member
|
/external/llvm-project/clang/include/clang/AST/ |
D | CommentLexer.h | 242 SourceLocation FileLoc; variable
|
/external/clang/include/clang/AST/ |
D | CommentLexer.h | 237 SourceLocation FileLoc; variable
|
/external/clang/tools/libclang/ |
D | CXSourceLocation.cpp | 367 SourceLocation FileLoc = SM.getFileLoc(Loc); in clang_getFileLocation() local
|
D | CXIndexDataConsumer.cpp | 940 SourceLocation FileLoc = SM.getFileLoc(Loc); in isNotFromSourceFile() local
|
/external/llvm-project/clang/tools/clang-refactor/ |
D | TestSupport.cpp | 52 SourceLocation FileLoc = SM.getLocForStartOfFile(FID); in foreachRange() local
|
/external/llvm-project/clang/tools/libclang/ |
D | CXSourceLocation.cpp | 358 SourceLocation FileLoc = SM.getFileLoc(Loc); in clang_getFileLocation() local
|
D | CXIndexDataConsumer.cpp | 936 SourceLocation FileLoc = SM.getFileLoc(Loc); in isNotFromSourceFile() local
|
/external/llvm-project/clang/lib/Tooling/Refactoring/ |
D | ASTSelection.cpp | 86 SourceLocation FileLoc; in TraverseDecl() local
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 518 SourceLocation FileLoc = SM.getSpellingLoc(Loc); in GetBeginningOfToken() local 544 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset); in ComputePreamble() local 1046 SourceLocation FileLoc, in GetMappedTokenLoc()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | SarifDiagnostics.cpp | 137 if (const json::Object *FileLoc = Obj->getObject("location")) { in createArtifactLocation() local
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 566 SourceLocation FileLoc = SM.getSpellingLoc(Loc); in GetBeginningOfToken() local 592 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset); in ComputePreamble() local 1106 SourceLocation FileLoc, in GetMappedTokenLoc()
|
/external/llvm-project/clang/lib/AST/ |
D | CommentLexer.cpp | 742 const CommandTraits &Traits, SourceLocation FileLoc, in Lexer()
|
/external/clang/lib/AST/ |
D | CommentLexer.cpp | 729 SourceLocation FileLoc, in Lexer()
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 217 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID()); in getSourceRange() local
|
/external/llvm-project/llvm/tools/llvm-rc/ |
D | ResourceScriptStmt.h | 691 StringRef FileLoc; variable
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 1740 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol() local
|
/external/llvm-project/clang/lib/Basic/ |
D | SourceManager.cpp | 1658 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol() local
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5040 SourceLocation FileLoc = SM.getFileLoc(Loc); in associateDeclWithFile() local
|