Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExprCXX.cpp2271 SourceLocation SuffixLoc; in ParseUnqualifiedIdOperator() local
2274 SuffixLoc = in ParseUnqualifiedIdOperator()
2280 SuffixLoc = ConsumeToken(); in ParseUnqualifiedIdOperator()
2281 TokLocs.push_back(SuffixLoc); in ParseUnqualifiedIdOperator()
2307 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3208 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
3212 return Error(SuffixLoc, "invalid condition code"); in ParseInstruction()
3214 AArch64Operand::CreateToken(".", true, SuffixLoc, getContext())); in ParseInstruction()
3224 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local
3227 AArch64Operand::CreateToken(Head, true, SuffixLoc, getContext())); in ParseInstruction()
/external/clang/include/clang/AST/
DExprCXX.h379 SourceLocation SuffixLoc) in UserDefinedLiteral() argument
381 UDSuffixLoc(SuffixLoc) {} in UserDefinedLiteral()