Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.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()
1729 PreferredType.get(Tok.getLocation())); in ParseCastExpression()
1808 PreferredType = SavedType; in ParseCastExpression()
[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()
3131 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.cpp2188 PreferredType.enterReturn(Actions, Tok.getLocation()); in ParseReturnStatement()
2193 PreferredType.get(Tok.getLocation())); in ParseReturnStatement()
H A DParseDecl.cpp2348 PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2391 QualType PreferredType = Actions.ProduceConstructorSignatureHelp( in ParseDeclarationAfterDeclaratorAndAttributes() local
2395 return PreferredType; in ParseDeclarationAfterDeclaratorAndAttributes()
2398 PreferredType.enterFunctionArgument(Tok.getLocation(), RunSignatureHelp); in ParseDeclarationAfterDeclaratorAndAttributes()
2441 PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
H A DParseDeclCXX.cpp3624 QualType PreferredType = Actions.ProduceCtorInitMemberSignatureHelp( in ParseMemInitializer() local
3628 return PreferredType; in ParseMemInitializer()
3632 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseMemInitializer()
H A DParser.cpp52 : PP(pp), PreferredType(pp.isCodeCompletionEnabled()), Actions(actions), in Parser()
/netbsd-src/external/apache2/llvm/dist/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.h12262 void CodeCompleteExpression(Scope *S, QualType PreferredType,
12267 QualType PreferredType);
12269 QualType PreferredType);
12307 QualType PreferredType);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp173 CanQualType PreferredType; member in __anon4254e5140111::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()
4336 CodeCompleteExpressionData(QualType PreferredType = QualType(), in CodeCompleteExpressionData()
4338 : PreferredType(PreferredType), IntegralConstantExpression(false), in CodeCompleteExpressionData()
4341 QualType PreferredType; member
4457 Data.PreferredType)); in CodeCompleteExpression()
[all …]
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp1735 PassManagerType PreferredType) { in assignPassManager() argument
1739 T != PreferredType) in assignPassManager()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h83 PreferredTypeBuilder PreferredType; variable
948 : P(p), PrevPreferredType(P.PreferredType) { in TentativeParsingAction()
968 P.PreferredType = PrevPreferredType; in Revert()