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.cpp512 PreferredType.enterFunctionArgument(Tok.getLocation(), RunSignatureHelp); in ParseBraceInitializer()
H A DParseTemplate.cpp1549 PreferredType.enterFunctionArgument(Tok.getLocation(), RunSignatureHelp); in ParseTemplateArgumentList()
H A DParseExprCXX.cpp2052 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseCXXTypeConstructExpression()
3383 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseCXXNewExpression()
H A DParseExpr.cpp2204 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParsePostfixExpressionSuffix()
H A DParseDeclCXX.cpp4074 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseMemInitializer()
H A DParseOpenMP.cpp497 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseOpenMPReductionInitializerForDecl()
H A DParseDecl.cpp2848 PreferredType.enterFunctionArgument(Tok.getLocation(), RunSignatureHelp); in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h331 void enterFunctionArgument(SourceLocation Tok,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp453 void PreferredTypeBuilder::enterFunctionArgument( in enterFunctionArgument() function in PreferredTypeBuilder