Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExprCXX.cpp2262 SourceLocation SuffixLoc; in ParseUnqualifiedIdOperator() local
2265 SuffixLoc = in ParseUnqualifiedIdOperator()
2271 SuffixLoc = ConsumeToken(); in ParseUnqualifiedIdOperator()
2272 TokLocs.push_back(SuffixLoc); in ParseUnqualifiedIdOperator()
2298 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator()
/NextBSD/contrib/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp3251 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
3255 return Error(SuffixLoc, "invalid condition code"); in ParseInstruction()
3257 AArch64Operand::CreateToken(".", true, SuffixLoc, getContext())); in ParseInstruction()
3267 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
3270 AArch64Operand::CreateToken(Head, true, SuffixLoc, getContext())); in ParseInstruction()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExprCXX.h379 SourceLocation SuffixLoc) in UserDefinedLiteral() argument
381 UDSuffixLoc(SuffixLoc) {} in UserDefinedLiteral()