HomeSort by: relevance | last modified time | path
    Searched refs:PreferredType (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseInit.cpp 185 PreferredType.enterDesignatedInitializer(
393 PreferredType.enterDesignatedInitializer(
403 PreferredType.enterDesignatedInitializer(
464 PreferredType.get(T.getOpenLocation()),
567 PreferredType.get(Braces.getOpenLocation()),
ParseExpr.cpp 164 PreferredType.get(Tok.getLocation()));
402 auto SavedType = PreferredType;
405 PreferredType = SavedType;
526 PreferredType.enterBinary(Actions, Tok.getLocation(), LHS.get(),
920 auto SavedType = PreferredType;
1325 PreferredType.enterUnary(Actions, Tok.getLocation(), SavedTok.getKind(),
1356 PreferredType.enterUnary(Actions, Tok.getLocation(), tok::amp, SavedLoc);
1378 PreferredType.enterUnary(Actions, Tok.getLocation(), SavedKind, SavedLoc);
1729 PreferredType.get(Tok.getLocation()));
1808 PreferredType = SavedType
    [all...]
ParseExprCXX.cpp 234 auto SavedType = PreferredType;
1859 PreferredType.enterTypeCast(Tok.getLocation(), TypeRep.get());
1871 PreferredType.enterTypeCast(Tok.getLocation(), TypeRep.get());
1877 QualType PreferredType;
1879 PreferredType = Actions.ProduceConstructorSignatureHelp(
1883 return PreferredType;
1888 PreferredType.enterFunctionArgument(Tok.getLocation(),
1962 PreferredType.enterCondition(Actions, Tok.getLocation());
2092 PreferredType.enterVariableInit(Tok.getLocation(), DeclOut);
3131 QualType PreferredType;
    [all...]
ParseOpenMP.cpp 451 PreferredType.enterVariableInit(Tok.getLocation(), OmpPrivParm);
471 QualType PreferredType = Actions.ProduceConstructorSignatureHelp(
475 return PreferredType;
478 PreferredType.enterFunctionArgument(Tok.getLocation(),
ParseStmt.cpp 2188 PreferredType.enterReturn(Actions, Tok.getLocation());
2193 PreferredType.get(Tok.getLocation()));
ParseDeclCXX.cpp 3624 QualType PreferredType = Actions.ProduceCtorInitMemberSignatureHelp(
3628 return PreferredType;
3632 PreferredType.enterFunctionArgument(Tok.getLocation(),
ParseDecl.cpp 2348 PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl);
2391 QualType PreferredType = Actions.ProduceConstructorSignatureHelp(
2395 return PreferredType;
2398 PreferredType.enterFunctionArgument(Tok.getLocation(), RunSignatureHelp);
2441 PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl);
Parser.cpp 52 : PP(pp), PreferredType(pp.isCodeCompletionEnabled()), Actions(actions),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h 349 QualType PreferredType;
379 PreferredType = T;
391 QualType getPreferredType() const { return PreferredType; }
392 void setPreferredType(QualType T) { PreferredType = T; }
Sema.h 12262 void CodeCompleteExpression(Scope *S, QualType PreferredType,
12267 QualType PreferredType);
12269 QualType PreferredType);
12307 QualType PreferredType);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 173 CanQualType PreferredType;
254 PreferredType = SemaRef.Context.getCanonicalType(T);
1025 if (!PreferredType.isNull()) {
1030 if (SemaRef.Context.hasSameUnqualifiedType(PreferredType, TC))
1033 else if ((getSimplifiedTypeClass(PreferredType) ==
1035 !(PreferredType->isEnumeralType() && TC->isEnumeralType()))
4336 CodeCompleteExpressionData(QualType PreferredType = QualType(),
4338 : PreferredType(PreferredType), IntegralConstantExpression(false),
4341 QualType PreferredType;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
RegionPass.cpp 234 PassManagerType PreferredType) {
LoopPass.cpp 335 PassManagerType PreferredType) {
CallGraphSCCPass.cpp 621 PassManagerType PreferredType) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LegacyPassManager.cpp 1735 PassManagerType PreferredType) {
1739 T != PreferredType)
1747 PassManagerType /*PreferredType*/) {
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 83 PreferredTypeBuilder PreferredType;
948 : P(p), PrevPreferredType(P.PreferredType) {
968 P.PreferredType = PrevPreferredType;

Completed in 57 milliseconds