Searched defs:DeclOut (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseExprCXX.cpp1291 /// \param DeclOut if the condition was parsed as a declaration, the parsed
1302 Decl *&DeclOut,
1319 DeclOut = 0;
1356 DeclOut = Dcl.get();
1377 Diag(DeclOut ? DeclOut->getLocation() : LParen,
1381 Diag(DeclOut ? DeclOut->getLocation() : Tok.getLocation(),
1386 Actions.AddInitializerToDecl(DeclOut, InitExpr.take(), !CopyInitialization,
1392 Actions.FinalizeDeclaration(DeclOut);
1301 ParseCXXCondition(ExprResult &ExprOut, Decl *&DeclOut, SourceLocation Loc, bool ConvertToBoolean) argument
[all...]

Completed in 291 milliseconds