Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5093 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator()
5129 SourceLocation KeyLoc) { in HasNonDeletedDefaultedEqualityComparison()
5190 static bool isTriviallyEqualityComparableType(Sema &S, QualType Type, SourceLocation KeyLoc) { in isTriviallyEqualityComparableType()
5206 SourceLocation KeyLoc, in EvaluateUnaryTypeTrait()
5646 SourceLocation KeyLoc, llvm::BumpPtrAllocator &OpaqueExprAllocator) { in CheckConvertibilityForTypeTraits()
5971 const TypeSourceInfo *Rhs, SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait()
6187 SourceLocation KeyLoc) { in EvaluateArrayTypeTrait()
8353 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, in BuildCXXNoexceptExpr()
8380 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument
H A DSemaTemplate.cpp994 SourceLocation KeyLoc, in ActOnTypeParameter()
H A DTreeTransform.h3106 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
3121 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
H A DSemaExpr.cpp1622 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in ActOnGenericSelectionExpr()
1654 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in CreateGenericSelectionExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1797 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
3457 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
H A DParseTemplate.cpp687 SourceLocation KeyLoc; in ParseTypeParameter() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp642 const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, in Create()