Searched refs:enterVariableInit (Results 1 – 5 of 5) sorted by relevance
2285 PreferredType.enterVariableInit(Tok.getLocation(), DeclOut); in ParseCXXCondition()
2799 PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()2890 PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
470 PreferredType.enterVariableInit(Tok.getLocation(), OmpPrivParm); in ParseOpenMPReductionInitializerForDecl()
318 void enterVariableInit(SourceLocation Tok, Decl *D);
432 void PreferredTypeBuilder::enterVariableInit(SourceLocation Tok, Decl *D) { in enterVariableInit() function in PreferredTypeBuilder