Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp1702 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
3278 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
H A DParseTemplate.cpp798 SourceLocation KeyLoc; in ParseTypeParameter() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp4920 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator()
4955 SourceLocation KeyLoc, QualType T) { in EvaluateUnaryTypeTrait()
5600 QualType RhsT, SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait()
5822 SourceLocation KeyLoc) { in EvaluateArrayTypeTrait()
8062 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, in BuildCXXNoexceptExpr()
8089 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument
H A DSemaExpr.cpp1611 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr()
1636 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr()
H A DSemaTemplate.cpp1037 SourceLocation KeyLoc, in ActOnTypeParameter()
H A DTreeTransform.h2984 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp641 const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, in Create()