Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp1226 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
2361 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
DParseTemplate.cpp491 SourceLocation KeyLoc = ConsumeToken(); in ParseTypeParameter() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp3338 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator()
3374 SourceLocation KeyLoc, QualType T) { in EvaluateUnaryTypeTrait()
3896 QualType RhsT, SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait()
4083 SourceLocation KeyLoc) { in EvaluateArrayTypeTrait()
5792 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, in BuildCXXNoexceptExpr()
5806 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument
DSemaTemplate.cpp549 SourceLocation KeyLoc, in ActOnTypeParameter()
DSemaExpr.cpp1298 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr()
1324 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr()
DTreeTransform.h2068 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr()
/external/clang/lib/AST/
DDeclTemplate.cpp489 SourceLocation KeyLoc, SourceLocation NameLoc, in Create()