Home
last modified time | relevance | path

Searched refs:IdentStart (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGLexer.cpp210 const char *IdentStart = TokStart; in LexIdentifier() local
218 StringRef Str(IdentStart, CurPtr-IdentStart); in LexIdentifier()
/external/llvm/lib/TableGen/
DTGLexer.cpp252 const char *IdentStart = TokStart; in LexIdentifier() local
259 StringRef Str(IdentStart, CurPtr-IdentStart); in LexIdentifier()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGLexer.cpp253 const char *IdentStart = TokStart; in LexIdentifier() local
260 StringRef Str(IdentStart, CurPtr-IdentStart); in LexIdentifier()