Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseExpr.cpp1679 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
3202 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
DParseTemplate.cpp768 SourceLocation KeyLoc; in ParseTypeParameter() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp4774 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator()
4809 SourceLocation KeyLoc, QualType T) { in EvaluateUnaryTypeTrait()
5375 QualType RhsT, SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait()
5597 SourceLocation KeyLoc) { in EvaluateArrayTypeTrait()
7801 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, in BuildCXXNoexceptExpr()
7828 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument
DSemaExpr.cpp1584 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr()
1610 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr()
DSemaTemplate.cpp1031 SourceLocation KeyLoc, in ActOnTypeParameter()
DTreeTransform.h2835 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclTemplate.cpp619 SourceLocation KeyLoc, SourceLocation NameLoc, in Create()