Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp1294 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
2500 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
DParseTemplate.cpp508 SourceLocation KeyLoc = ConsumeToken(); in ParseTypeParameter() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp3890 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator()
3926 SourceLocation KeyLoc, QualType T) { in EvaluateUnaryTypeTrait()
4481 QualType RhsT, SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait()
4671 SourceLocation KeyLoc) { in EvaluateArrayTypeTrait()
6402 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, in BuildCXXNoexceptExpr()
6426 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument
DSemaExpr.cpp1390 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr()
1416 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr()
DSemaTemplate.cpp564 SourceLocation KeyLoc, in ActOnTypeParameter()
DTreeTransform.h2332 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
/external/clang/lib/AST/
DDeclTemplate.cpp474 SourceLocation KeyLoc, SourceLocation NameLoc, in Create()