Searched defs:KeyLoc (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 1702 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local 3278 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
|
H A D | ParseTemplate.cpp | 798 SourceLocation KeyLoc; in ParseTypeParameter() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 4920 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 D | SemaExpr.cpp | 1611 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr() 1636 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr()
|
H A D | SemaTemplate.cpp | 1037 SourceLocation KeyLoc, in ActOnTypeParameter()
|
H A D | TreeTransform.h | 2984 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 641 const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, in Create()
|