Searched defs:KeyLoc (Results 1 – 7 of 7) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 1212 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local 2343 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
|
H A D | ParseTemplate.cpp | 491 SourceLocation KeyLoc = ConsumeToken(); in ParseTypeParameter() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 3232 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator() 3268 SourceLocation KeyLoc, QualType T) { in EvaluateUnaryTypeTrait() 3790 QualType RhsT, SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait() 3977 SourceLocation KeyLoc) { in EvaluateArrayTypeTrait() 5706 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, in BuildCXXNoexceptExpr() 5730 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument
|
H A D | SemaExpr.cpp | 1253 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr() 1279 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr()
|
H A D | SemaTemplate.cpp | 548 SourceLocation KeyLoc, in ActOnTypeParameter()
|
H A D | TreeTransform.h | 2070 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 468 SourceLocation KeyLoc, SourceLocation NameLoc, in Create()
|