| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 185 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 D | ParseExpr.cpp | 402 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 D | ParseExprCXX.cpp | 234 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 D | ParseOpenMP.cpp | 451 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 D | ParseStmt.cpp | 2193 PreferredType.enterReturn(Actions, Tok.getLocation()); in ParseReturnStatement() 2198 PreferredType.get(Tok.getLocation())); in ParseReturnStatement()
|
| H A D | ParseDecl.cpp | 2355 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 D | ParseDeclCXX.cpp | 3715 QualType PreferredType = Actions.ProduceCtorInitMemberSignatureHelp( in ParseMemInitializer() local 3719 return PreferredType; in ParseMemInitializer() 3723 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseMemInitializer()
|
| H A D | Parser.cpp | 52 : PP(pp), PreferredType(pp.isCodeCompletionEnabled()), Actions(actions), in Parser()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 349 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 D | Sema.h | 12363 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 D | SemaCodeComplete.cpp | 173 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 D | RegionPass.cpp | 234 PassManagerType PreferredType) { in assignPassManager() argument
|
| H A D | LoopPass.cpp | 335 PassManagerType PreferredType) { in assignPassManager() argument
|
| H A D | CallGraphSCCPass.cpp | 621 PassManagerType PreferredType) { in assignPassManager() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 1735 PassManagerType PreferredType) { in assignPassManager() argument 1739 T != PreferredType) in assignPassManager()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 83 PreferredTypeBuilder PreferredType; variable 949 : P(p), PrevPreferredType(P.PreferredType) { in TentativeParsingAction() 969 P.PreferredType = PrevPreferredType; in Revert()
|