Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprCXX.cpp926 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/
HDParseExprCXX.cpp2594 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/
HDAArch64AsmParser.cpp3801 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/
HDExprCXX.h576 SourceLocation SuffixLoc);
584 SourceLocation SuffixLoc);