Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp968 SourceLocation CallOperatorLoc, Expr *TrailingRequiresClause, in CompleteLambdaCallOperator() argument
999 Method->setInnerLocStart(CallOperatorLoc); in CompleteLambdaCallOperator()
1340 SourceLocation TypeLoc, CallOperatorLoc; in ActOnStartOfLambdaDefinition() local
1342 CallOperatorLoc = TypeLoc = Intro.Range.getEnd(); in ActOnStartOfLambdaDefinition()
1349 CallOperatorLoc = ParamInfo.getSourceRange().getEnd(); in ActOnStartOfLambdaDefinition()
1375 Method, Intro.Range.getBegin(), CallOperatorLoc, in ActOnStartOfLambdaDefinition()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7264 SourceLocation CallOperatorLoc, Expr *TrailingRequiresClause,