Home
last modified time | relevance | path

Searched defs:StringLoc (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/tools/mlir-tblgen/
DLLVMIRConversionGen.cpp36 struct StringLoc { struct
37 size_t pos;
38 size_t length;
41 StringRef in(StringRef str) const { return str.substr(pos, length); } in in()
44 explicit operator bool() { return pos != std::string::npos; } in operator bool()
/external/clang/lib/Lex/
DPragma.cpp1009 SourceLocation StringLoc = Tok.getLocation(); in HandlePragma() local
/external/llvm-project/clang/lib/Lex/
DPragma.cpp1216 SourceLocation StringLoc = Tok.getLocation(); in HandlePragma() local
/external/llvm-project/llvm/tools/llvm-rc/
DResourceFileWriter.cpp1252 uint16_t StringLoc = StringID & 15; in insertStringIntoBundle() local