[NFC] [LLParser] Renaming LLParser routines to comply LLVM coding style
authorAlok Kumar Sharma <AlokKumar.Sharma@amd.com>
Sat, 17 Oct 2020 09:21:27 +0000 (14:51 +0530)
committerAlok Kumar Sharma <AlokKumar.Sharma@amd.com>
Wed, 28 Oct 2020 03:25:27 +0000 (08:55 +0530)
commit467db11ccb1c4441eea4a520cf6574bad1872965
treec165453ab3f1ae7d7a221acc163e42a2c965ff36
parent057934a6d7faa5b91f016a5245c16adbde4d42ff
[NFC] [LLParser] Renaming LLParser routines to comply LLVM coding style

For any newly added parse function, clang-tidy complains. New parse
functions are implicitly defined by a macro "Parse##CLASS(N, IsDistinct)".
Now this macro and exising function definitions are corrected (lower case
first character). Some other variable/function names are also corrected
to comply LLVM coding style.

Reviewed By: djtodoro

Differential Revision: https://reviews.llvm.org/D90243
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/AsmParser/LLParser.h