reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Parse/Parser.h
  897       PrevPreferredType = P.PreferredType;
  917       P.PreferredType = PrevPreferredType;
tools/clang/lib/Parse/ParseDecl.cpp
 2364       PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl);
 2412       PreferredType.enterFunctionArgument(Tok.getLocation(), RunSignatureHelp);
tools/clang/lib/Parse/ParseDeclCXX.cpp
 3560           PreferredType.enterFunctionArgument(Tok.getLocation(),
tools/clang/lib/Parse/ParseExpr.cpp
  162                                    PreferredType.get(Tok.getLocation()));
  273   auto SavedType = PreferredType;
  276     PreferredType = SavedType;
  397     PreferredType.enterBinary(Actions, Tok.getLocation(), LHS.get(),
  769   auto SavedType = PreferredType;
 1138     PreferredType.enterUnary(Actions, Tok.getLocation(), SavedTok.getKind(),
 1161     PreferredType.enterUnary(Actions, Tok.getLocation(), tok::amp, SavedLoc);
 1176     PreferredType.enterUnary(Actions, Tok.getLocation(), SavedKind, SavedLoc);
 1455                                    PreferredType.get(Tok.getLocation()));
 1490   PreferredType = SavedType;
 1530   auto SavedType = PreferredType;
 1533     PreferredType = SavedType;
 1540           getCurScope(), LHS, PreferredType.get(Tok.getLocation()));
 1582       PreferredType.enterSubscript(Actions, Tok.getLocation(), LHS.get());
 1691                 PreferredType.enterFunctionArgument(Tok.getLocation(),
 1751       PreferredType.enterMemAccess(Actions, Tok.getLocation(), OrigLHS);
 1800             PreferredType.get(Tok.getLocation()));
 2385   PreferredType.enterParenExpr(Tok.getLocation(), OpenLoc);
 2393         getCurScope(), PreferredType.get(Tok.getLocation()),
 2476     PreferredType.enterTypeCast(Tok.getLocation(), Ty.get().get());
 2607         PreferredType.enterTypeCast(Tok.getLocation(), CastTy.get());
tools/clang/lib/Parse/ParseExprCXX.cpp
  233   auto SavedType = PreferredType;
 1845     PreferredType.enterTypeCast(Tok.getLocation(), TypeRep.get());
 1860             PreferredType.enterFunctionArgument(Tok.getLocation(),
 1915   PreferredType.enterCondition(Actions, Tok.getLocation());
 2035     PreferredType.enterVariableInit(Tok.getLocation(), DeclOut);
 3034             PreferredType.enterFunctionArgument(Tok.getLocation(),
tools/clang/lib/Parse/ParseOpenMP.cpp
  446           PreferredType.enterFunctionArgument(Tok.getLocation(),
tools/clang/lib/Parse/ParseStmt.cpp
 2017       PreferredType.enterReturn(Actions, Tok.getLocation());
 2021                                      PreferredType.get(Tok.getLocation()));