Home
last modified time | relevance | path

Searched defs:FileLocation (Results 1 – 3 of 3) sorted by relevance

/external/dokka/core/src/main/kotlin/Locations/
DLocation.kt16 data class FileLocation(val file: File) : Location { class
/external/llvm-project/clang/unittests/Tooling/
DASTSelectionTest.cpp18 struct FileLocation { struct
19 unsigned Line, Column;
21 SourceLocation translate(const SourceManager &SM) { in translate()
/external/llvm-project/llvm/tools/llvm-rc/
DResourceScriptStmt.h695 UserDefinedResource(IntOrString ResourceType, StringRef FileLocation, in UserDefinedResource()