Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp1104 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
2206 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
DParseTemplate.cpp473 SourceLocation KeyLoc = ConsumeToken(); in ParseTypeParameter() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp3193 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator()
3229 SourceLocation KeyLoc, QualType T) { in EvaluateUnaryTypeTrait()
3750 QualType RhsT, SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait()
3937 SourceLocation KeyLoc) { in EvaluateArrayTypeTrait()
5662 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, in BuildCXXNoexceptExpr()
5669 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument
DSemaExpr.cpp1299 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr()
1325 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr()
DSemaTemplate.cpp549 SourceLocation KeyLoc, in ActOnTypeParameter()
DTreeTransform.h2011 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
/external/clang/lib/AST/
DDeclTemplate.cpp468 SourceLocation KeyLoc, SourceLocation NameLoc, in Create()