Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1386 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
2684 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
H A DParseTemplate.cpp521 SourceLocation KeyLoc = ConsumeToken(); in ParseTypeParameter() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp4463 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator()
4499 SourceLocation KeyLoc, QualType T) { in EvaluateUnaryTypeTrait()
5065 QualType RhsT, SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait()
5274 SourceLocation KeyLoc) { in EvaluateArrayTypeTrait()
7214 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, in BuildCXXNoexceptExpr()
7237 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument
H A DSemaExpr.cpp1324 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr()
1350 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr()
H A DSemaTemplate.cpp908 SourceLocation KeyLoc, in ActOnTypeParameter()
H A DTreeTransform.h2459 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp488 SourceLocation KeyLoc, SourceLocation NameLoc, in Create()