Home
last modified time | relevance | path

Searched refs:setLiteralOperatorId (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1083 void setLiteralOperatorId(const IdentifierInfo *Id, SourceLocation OpLoc, in setLiteralOperatorId() function
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExprCXX.cpp2720 Result.setLiteralOperatorId(II, KeywordLoc, SuffixLoc); in ParseUnqualifiedIdOperator()