Home
last modified time | relevance | path

Searched refs:enterFunctionArgument (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp452 PreferredType.enterFunctionArgument(Tok.getLocation(), RunSignatureHelp); in ParseBraceInitializer()
H A DParseTemplate.cpp1346 PreferredType.enterFunctionArgument(Tok.getLocation(), RunSignatureHelp); in ParseTemplateArgumentList()
H A DParseExprCXX.cpp1827 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseCXXTypeConstructExpression()
2962 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseCXXNewExpression()
H A DParseExpr.cpp1853 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParsePostfixExpressionSuffix()
H A DParseDeclCXX.cpp3963 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseMemInitializer()
H A DParseOpenMP.cpp368 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseOpenMPReductionInitializerForDecl()
H A DParseDecl.cpp2661 PreferredType.enterFunctionArgument(Tok.getLocation(), RunSignatureHelp); in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h307 void enterFunctionArgument(SourceLocation Tok,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp454 void PreferredTypeBuilder::enterFunctionArgument( in enterFunctionArgument() function in PreferredTypeBuilder