Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1010 SourceLocation CallOperatorLoc, Expr *TrailingRequiresClause, in CompleteLambdaCallOperator() argument
1041 Method->setInnerLocStart(CallOperatorLoc); in CompleteLambdaCallOperator()
1398 SourceLocation TypeLoc, CallOperatorLoc; in ActOnStartOfLambdaDefinition() local
1400 CallOperatorLoc = TypeLoc = Intro.Range.getEnd(); in ActOnStartOfLambdaDefinition()
1407 CallOperatorLoc = ParamInfo.getSourceRange().getEnd(); in ActOnStartOfLambdaDefinition()
1433 Method, Intro.Range.getBegin(), CallOperatorLoc, in ActOnStartOfLambdaDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8763 SourceLocation CallOperatorLoc, Expr *TrailingRequiresClause,