Home
last modified time | relevance | path

Searched refs:enterVariableInit (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseExprCXX.cpp2285 PreferredType.enterVariableInit(Tok.getLocation(), DeclOut); in ParseCXXCondition()
HDParseDecl.cpp2799 PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2890 PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
HDParseOpenMP.cpp470 PreferredType.enterVariableInit(Tok.getLocation(), OmpPrivParm); in ParseOpenMPReductionInitializerForDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h318 void enterVariableInit(SourceLocation Tok, Decl *D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCodeComplete.cpp432 void PreferredTypeBuilder::enterVariableInit(SourceLocation Tok, Decl *D) { in enterVariableInit() function in PreferredTypeBuilder