Searched refs:SuffixLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ExprCXX.cpp | 926 SourceLocation SuffixLoc) in UserDefinedLiteral() argument 929 UDSuffixLoc(SuffixLoc) {} 938 SourceLocation SuffixLoc) { in Create() argument 945 return new (Mem) UserDefinedLiteral(Fn, Args, Ty, VK, LitEndLoc, SuffixLoc); in Create()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseExprCXX.cpp | 2594 SourceLocation SuffixLoc; in ParseUnqualifiedIdOperator() local 2597 SuffixLoc = in ParseUnqualifiedIdOperator() 2603 SuffixLoc = ConsumeToken(); in ParseUnqualifiedIdOperator() 2604 TokLocs.push_back(SuffixLoc); in ParseUnqualifiedIdOperator() 2630 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| HD | AArch64AsmParser.cpp | 3801 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local 3805 return Error(SuffixLoc, "invalid condition code"); in ParseInstruction() 3807 AArch64Operand::CreateToken(".", true, SuffixLoc, getContext())); in ParseInstruction() 3817 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() + in ParseInstruction() local 3820 AArch64Operand::CreateToken(Head, true, SuffixLoc, getContext())); in ParseInstruction()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | ExprCXX.h | 576 SourceLocation SuffixLoc); 584 SourceLocation SuffixLoc);
|