Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
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()
DParseExpr.cpp164 PreferredType.get(Tok.getLocation())); in ParseAssignmentExpression()
402 auto SavedType = PreferredType; in ParseRHSOfBinaryExpression()
405 PreferredType = SavedType; in ParseRHSOfBinaryExpression()
526 PreferredType.enterBinary(Actions, Tok.getLocation(), LHS.get(), in ParseRHSOfBinaryExpression()
920 auto SavedType = PreferredType; in ParseCastExpression()
1325 PreferredType.enterUnary(Actions, Tok.getLocation(), SavedTok.getKind(), in ParseCastExpression()
1356 PreferredType.enterUnary(Actions, Tok.getLocation(), tok::amp, SavedLoc); in ParseCastExpression()
1378 PreferredType.enterUnary(Actions, Tok.getLocation(), SavedKind, SavedLoc); in ParseCastExpression()
1732 PreferredType.get(Tok.getLocation())); in ParseCastExpression()
1811 PreferredType = SavedType; in ParseCastExpression()
[all …]
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 …]
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()
DParseStmt.cpp2193 PreferredType.enterReturn(Actions, Tok.getLocation()); in ParseReturnStatement()
2198 PreferredType.get(Tok.getLocation())); in ParseReturnStatement()
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()
DParseDeclCXX.cpp3715 QualType PreferredType = Actions.ProduceCtorInitMemberSignatureHelp( in ParseMemInitializer() local
3719 return PreferredType; in ParseMemInitializer()
3723 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseMemInitializer()
DParser.cpp52 : PP(pp), PreferredType(pp.isCodeCompletionEnabled()), Actions(actions), in Parser()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
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()
DSema.h12366 void CodeCompleteExpression(Scope *S, QualType PreferredType,
12371 QualType PreferredType);
12373 QualType PreferredType);
12411 QualType PreferredType);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp173 CanQualType PreferredType; member in __anonde0982a10111::ResultBuilder
254 PreferredType = SemaRef.Context.getCanonicalType(T); in setPreferredType()
1025 if (!PreferredType.isNull()) { in AdjustResultPriorityForDecl()
1030 if (SemaRef.Context.hasSameUnqualifiedType(PreferredType, TC)) in AdjustResultPriorityForDecl()
1033 else if ((getSimplifiedTypeClass(PreferredType) == in AdjustResultPriorityForDecl()
1035 !(PreferredType->isEnumeralType() && TC->isEnumeralType())) in AdjustResultPriorityForDecl()
4339 CodeCompleteExpressionData(QualType PreferredType = QualType(), in CodeCompleteExpressionData()
4341 : PreferredType(PreferredType), IntegralConstantExpression(false), in CodeCompleteExpressionData()
4344 QualType PreferredType; member
4460 Data.PreferredType)); in CodeCompleteExpression()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DRegionPass.cpp234 PassManagerType PreferredType) { in assignPassManager() argument
DLoopPass.cpp335 PassManagerType PreferredType) { in assignPassManager() argument
DCallGraphSCCPass.cpp621 PassManagerType PreferredType) { in assignPassManager() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DLegacyPassManager.cpp1735 PassManagerType PreferredType) { in assignPassManager() argument
1739 T != PreferredType) in assignPassManager()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
DParser.h83 PreferredTypeBuilder PreferredType; variable
949 : P(p), PrevPreferredType(P.PreferredType) { in TentativeParsingAction()
969 P.PreferredType = PrevPreferredType; in Revert()