Home
last modified time | relevance | path

Searched refs:SuffixLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Parse/
DParseExprCXX.cpp2358 SourceLocation SuffixLoc; in ParseUnqualifiedIdOperator() local
2361 SuffixLoc = in ParseUnqualifiedIdOperator()
2367 SuffixLoc = ConsumeToken(); in ParseUnqualifiedIdOperator()
2368 TokLocs.push_back(SuffixLoc); in ParseUnqualifiedIdOperator()
2394 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3338 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
3342 return Error(SuffixLoc, "invalid condition code"); in ParseInstruction()
3344 AArch64Operand::CreateToken(".", true, SuffixLoc, getContext())); in ParseInstruction()
3354 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
3357 AArch64Operand::CreateToken(Head, true, SuffixLoc, getContext())); in ParseInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3647 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
3651 return Error(SuffixLoc, "invalid condition code"); in ParseInstruction()
3653 AArch64Operand::CreateToken(".", true, SuffixLoc, getContext())); in ParseInstruction()
3663 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
3666 AArch64Operand::CreateToken(Head, true, SuffixLoc, getContext())); in ParseInstruction()
/external/clang/include/clang/AST/
DExprCXX.h416 SourceLocation SuffixLoc) in UserDefinedLiteral() argument
418 UDSuffixLoc(SuffixLoc) {} in UserDefinedLiteral()