Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DASTSelectionTest.cpp18 struct FileLocation { struct
26 using FileRange = std::pair<FileLocation, FileLocation>;
29 FileLocation Location;
36 SelectionFinderVisitor(FileLocation Location, in SelectionFinderVisitor()
67 StringRef Source, FileLocation Location, Optional<FileRange> SelectionRange, in findSelectedASTNodesWithRange()
78 StringRef Source, FileLocation Location, Optional<FileRange> SelectionRange, in findSelectedASTNodes()
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h696 UserDefinedResource(IntOrString ResourceType, StringRef FileLocation, in UserDefinedResource() argument
698 : RCResource(Flags), Type(ResourceType), FileLoc(FileLocation), in UserDefinedResource()