/netbsd-src/external/apache2/llvm/dist/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 | 164 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 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() 3131 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 | 2188 PreferredType.enterReturn(Actions, Tok.getLocation()); in ParseReturnStatement() 2193 PreferredType.get(Tok.getLocation())); in ParseReturnStatement()
|
H A D | ParseDecl.cpp | 2348 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 D | ParseDeclCXX.cpp | 3624 QualType PreferredType = Actions.ProduceCtorInitMemberSignatureHelp( in ParseMemInitializer() local 3628 return PreferredType; in ParseMemInitializer() 3632 PreferredType.enterFunctionArgument(Tok.getLocation(), in ParseMemInitializer()
|
H A D | Parser.cpp | 52 : PP(pp), PreferredType(pp.isCodeCompletionEnabled()), Actions(actions), in Parser()
|
/netbsd-src/external/apache2/llvm/dist/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 | 12262 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 D | SemaCodeComplete.cpp | 173 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 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 1735 PassManagerType PreferredType) { in assignPassManager() argument 1739 T != PreferredType) in assignPassManager()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 83 PreferredTypeBuilder PreferredType; variable 948 : P(p), PrevPreferredType(P.PreferredType) { in TentativeParsingAction() 968 P.PreferredType = PrevPreferredType; in Revert()
|