Home
last modified time | relevance | path

Searched refs:PreferredType (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp185 PreferredType.enterDesignatedInitializer( in ParseInitializerWithPotentialDesignator()
393 PreferredType.enterDesignatedInitializer( in ParseInitializerWithPotentialDesignator()
403 PreferredType.enterDesignatedInitializer( in ParseInitializerWithPotentialDesignator()
464 PreferredType.get(T.getOpenLocation()), in ParseBraceInitializer()
567 PreferredType.get(Braces.getOpenLocation()), in ParseMicrosoftIfExistsBraceInitializer()
H A DParseExpr.cpp402 auto SavedType = PreferredType; in ParseRHSOfBinaryExpression()
405 PreferredType = SavedType; in ParseRHSOfBinaryExpression()
920 auto SavedType = PreferredType; in ParseCastExpression()
1811 PreferredType = SavedType; in ParseCastExpression()
1853 auto SavedType = PreferredType; in ParsePostfixExpressionSuffix()
1856 PreferredType = SavedType; in ParsePostfixExpressionSuffix()
2022 return PreferredType; in ParsePostfixExpressionSuffix()
2150 PreferredType.get(Tok.getLocation())); in ParsePostfixExpressionSuffix()
2804 PreferredType.enterParenExpr(Tok.getLocation(), OpenLoc); in ParseParenExpression()
2813 getCurScope(), PreferredType.get(Tok.getLocation()), in ParseParenExpression()
[all …]
H A DParseExprCXX.cpp234 auto SavedType = PreferredType; in ParseOptionalCXXScopeSpecifier()
1859 PreferredType.enterTypeCast(Tok.getLocation(), TypeRep.get()); in ParseCXXTypeConstructExpression()
1871 PreferredType.enterTypeCast(Tok.getLocation(), TypeRep.get()); in ParseCXXTypeConstructExpression()
1877 QualType PreferredType; in ParseCXXTypeConstructExpression() local
1879 PreferredType = Actions.ProduceConstructorSignatureHelp( in ParseCXXTypeConstructExpression()
1883 return PreferredType; in ParseCXXTypeConstructExpression()
1888 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseCXXTypeConstructExpression()
1962 PreferredType.enterCondition(Actions, Tok.getLocation()); in ParseCXXCondition()
2092 PreferredType.enterVariableInit(Tok.getLocation(), DeclOut); in ParseCXXCondition()
3132 QualType PreferredType; in ParseCXXNewExpression() local
[all …]
H A DParseOpenMP.cpp451 PreferredType.enterVariableInit(Tok.getLocation(), OmpPrivParm); in ParseOpenMPReductionInitializerForDecl()
471 QualType PreferredType = Actions.ProduceConstructorSignatureHelp( in ParseOpenMPReductionInitializerForDecl() local
475 return PreferredType; in ParseOpenMPReductionInitializerForDecl()
478 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseOpenMPReductionInitializerForDecl()
H A DParseStmt.cpp2193 PreferredType.enterReturn(Actions, Tok.getLocation()); in ParseReturnStatement()
2198 PreferredType.get(Tok.getLocation())); in ParseReturnStatement()
H A DParseDecl.cpp2355 PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2398 QualType PreferredType = Actions.ProduceConstructorSignatureHelp( in ParseDeclarationAfterDeclaratorAndAttributes() local
2402 return PreferredType; in ParseDeclarationAfterDeclaratorAndAttributes()
2405 PreferredType.enterFunctionArgument(Tok.getLocation(), RunSignatureHelp); in ParseDeclarationAfterDeclaratorAndAttributes()
2448 PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
H A DParseDeclCXX.cpp3715 QualType PreferredType = Actions.ProduceCtorInitMemberSignatureHelp( in ParseMemInitializer() local
3719 return PreferredType; in ParseMemInitializer()
3723 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseMemInitializer()
H A DParser.cpp52 : PP(pp), PreferredType(pp.isCodeCompletionEnabled()), Actions(actions), in Parser()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h349 QualType PreferredType; variable
379 PreferredType = T; in CCKind()
391 QualType getPreferredType() const { return PreferredType; } in getPreferredType()
392 void setPreferredType(QualType T) { PreferredType = T; } in setPreferredType()
H A DSema.h12363 void CodeCompleteExpression(Scope *S, QualType PreferredType,
12368 QualType PreferredType);
12370 QualType PreferredType);
12408 QualType PreferredType);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp173 CanQualType PreferredType; member in __anon166de13d0111::ResultBuilder
1025 if (!PreferredType.isNull()) { in AdjustResultPriorityForDecl()
4341 : PreferredType(PreferredType), IntegralConstantExpression(false), in CodeCompleteExpressionData()
4344 QualType PreferredType; member
4460 Data.PreferredType)); in CodeCompleteExpression()
6062 if (!PreferredType.isNull()) in CodeCompleteQualifiedId()
7457 QualType PreferredType; in getPreferredArgumentTypeForMessageSend() local
7481 return PreferredType; in getPreferredArgumentTypeForMessageSend()
7581 QualType PreferredType = in CodeCompleteObjCClassMessage() local
7583 if (PreferredType.isNull()) in CodeCompleteObjCClassMessage()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp234 PassManagerType PreferredType) { in assignPassManager() argument
H A DLoopPass.cpp335 PassManagerType PreferredType) { in assignPassManager() argument
H A DCallGraphSCCPass.cpp621 PassManagerType PreferredType) { in assignPassManager() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp1735 PassManagerType PreferredType) { in assignPassManager() argument
1739 T != PreferredType) in assignPassManager()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h83 PreferredTypeBuilder PreferredType; variable
949 : P(p), PrevPreferredType(P.PreferredType) { in TentativeParsingAction()
969 P.PreferredType = PrevPreferredType; in Revert()