Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DASTSelectionTest.cpp18 struct FileLocation { struct
19 unsigned Line, Column;
21 SourceLocation translate(const SourceManager &SM) { in translate()
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h696 UserDefinedResource(IntOrString ResourceType, StringRef FileLocation, in UserDefinedResource()