Searched refs:enterVariableInit (Results 1 – 5 of 5) sorted by relevance
2035 PreferredType.enterVariableInit(Tok.getLocation(), DeclOut); in ParseCXXCondition()
2612 PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()2703 PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
341 PreferredType.enterVariableInit(Tok.getLocation(), OmpPrivParm); in ParseOpenMPReductionInitializerForDecl()
294 void enterVariableInit(SourceLocation Tok, Decl *D);
431 void PreferredTypeBuilder::enterVariableInit(SourceLocation Tok, Decl *D) { in enterVariableInit() function in PreferredTypeBuilder