Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp561 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator()
596 SourceLocation KeyLoc) { in HasNonDeletedDefaultedEqualityComparison()
658 SourceLocation KeyLoc) { in isTriviallyEqualityComparableType()
708 SourceLocation KeyLoc, in EvaluateUnaryTypeTrait()
1206 SourceLocation KeyLoc, llvm::BumpPtrAllocator &OpaqueExprAllocator) { in CheckConvertibilityForTypeTraits()
1639 SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait()
1851 SourceLocation KeyLoc) { in EvaluateArrayTypeTrait()
H A DSemaExprCXX.cpp7375 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, in BuildCXXNoexceptExpr()
7402 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument
H A DSemaExpr.cpp1723 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in ActOnGenericSelectionExpr()
1755 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in CreateGenericSelectionExpr()
H A DTreeTransform.h3149 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
3164 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
H A DSemaTemplate.cpp997 SourceLocation KeyLoc, in ActOnTypeParameter()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1474 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
3005 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
H A DParseTemplate.cpp600 SourceLocation KeyLoc; in ParseTypeParameter() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp681 const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, in Create()