Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp1686 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
3241 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
H A DParseTemplate.cpp792 SourceLocation KeyLoc; in ParseTypeParameter() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp4837 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator()
4872 SourceLocation KeyLoc, QualType T) { in EvaluateUnaryTypeTrait()
5478 QualType RhsT, SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait()
5700 SourceLocation KeyLoc) { in EvaluateArrayTypeTrait()
8042 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, in BuildCXXNoexceptExpr()
8069 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument
H A DSemaExpr.cpp1610 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr()
1636 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr()
H A DSemaTemplate.cpp1036 SourceLocation KeyLoc, in ActOnTypeParameter()
H A DTreeTransform.h2897 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclTemplate.cpp629 SourceLocation KeyLoc, SourceLocation NameLoc, in Create()