llvm-6502/include/llvm/MC/MCParser
Jim Grosbach cb2ae3d98e MCParser: Update method names per coding guidelines.
s/AddDirectiveHandler/addDirectiveHandler/
s/ParseMSInlineAsm/parseMSInlineAsm/
s/ParseIdentifier/parseIdentifier/
s/ParseStringToEndOfStatement/parseStringToEndOfStatement/
s/ParseEscapedString/parseEscapedString/
s/EatToEndOfStatement/eatToEndOfStatement/
s/ParseExpression/parseExpression/
s/ParseParenExpression/parseParenExpression/
s/ParseAbsoluteExpression/parseAbsoluteExpression/
s/CheckForValidSection/checkForValidSection/

http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly

No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175675 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-20 22:21:35 +00:00
..
AsmCond.h Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00
AsmLexer.h Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00
MCAsmLexer.h Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00
MCAsmParser.h MCParser: Update method names per coding guidelines. 2013-02-20 22:21:35 +00:00
MCAsmParserExtension.h Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00
MCParsedAsmOperand.h [ms-inline asm] Add support for calling functions from inline assembly. 2013-01-10 22:10:27 +00:00