Home
last modified time | relevance | path

Searched defs:KeyLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1733 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
3383 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
H A DParseTemplate.cpp805 SourceLocation KeyLoc; in ParseTypeParameter() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5002 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator()
5037 SourceLocation KeyLoc, QualType T) { in EvaluateUnaryTypeTrait()
5717 QualType RhsT, SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait()
5939 SourceLocation KeyLoc) { in EvaluateArrayTypeTrait()
8124 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, in BuildCXXNoexceptExpr()
8151 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument
H A DTreeTransform.h3056 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
3071 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
H A DSemaExpr.cpp1637 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in ActOnGenericSelectionExpr()
1669 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in CreateGenericSelectionExpr()
H A DSemaTemplate.cpp1038 SourceLocation KeyLoc, in ActOnTypeParameter()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp640 const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, in Create()