Home | History | Annotate | Download | only in Parse

Lines Matching defs:true

65     return true;
71 /// isAttributeLateParsed - Return true if the attribute has arguments that
140 while (true) {
178 ConsumeAndStoreUntil(tok::r_paren, LA->Toks, true, false);
416 while (true) {
450 HasInvalidAccessor = true;
456 HasInvalidAccessor = true;
523 return true;
594 while (true) {
632 while (true) {
978 Complained = true;
1092 Self->ParseLexedAttribute(*this, true, false);
1162 PP.EnterTokenStream(LA.Toks.data(), LA.Toks.size(), true, false);
1164 ConsumeAnyToken(/*ConsumeCodeCompletionTok=*/true);
1272 LayoutCompatible = true;
1274 MustBeNull = true;
1298 /// \return \c true if we skipped an attribute-like chunk of tokens, \c false if
1304 switch (isCXX11AttributeSpecifier(/*Disambiguate*/true)) {
1322 return true;
1339 CharSourceRange AttrRange(SourceRange(Loc, Attrs.Range.getEnd()), true);
1404 true);
1419 return ParseSimpleDeclaration(Context, DeclEnd, attrs, true);
1439 /// declaration. If it is true, it checks for and eats it.
1477 /// Returns true if this might be the start of a declarator, or a common typo
1491 return true;
1522 return true;
1547 while (true) {
1644 LateParsedAttrList LateParsedAttrs(true);
1726 IsForRangeLoop = true;
1745 ParseLexedAttributeList(LateParsedAttrs, FirstDecl, true, false);
1812 /// declarator. Returns true on an error.
1820 return true;
2025 /*DirectInit=*/true, TypeContainsAuto);
2048 /*DirectInit=*/true, TypeContainsAuto);
2112 /// isValidAfterIdentifierInDeclaratorAfterDeclSpec - Return true if the
2144 /// other pieces of declspec after it, it returns true.
2236 return true;
2316 return true;
2321 return true;
2372 ER = Actions.ActOnUnaryExprOrTypeTraitExpr(TypeLoc, UETT_AlignOf, true,
2425 /// \return \c true if an error occurred and this can't be any kind of
2440 return true;
2449 bool MightBeDeclarator = true;
2484 return true;
2614 AttrsLastTime = true;
2768 /*NonTrivialSourceInfo=*/true);
2779 AttrsLastTime = true;
2840 TryKeywordIdentFallback(true);
2895 AttrsLastTime = true;
2907 isConstructorDeclarator(/*Unqualified*/true))
3000 isStorageClass = true;
3007 isStorageClass = true;
3012 isStorageClass = true;
3019 isStorageClass = true;
3035 isStorageClass = true;
3040 isStorageClass = true;
3045 isStorageClass = true;
3050 isStorageClass = true;
3059 isStorageClass = true;
3092 isInvalid = true;
3188 isInvalid = true;
3207 isInvalid = DS.SetTypeAltiVecVector(true, Loc, PrevSpec, DiagID, Policy);
3210 isInvalid = DS.SetTypeAltiVecPixel(true, Loc, PrevSpec, DiagID, Policy);
3213 isInvalid = DS.SetTypeAltiVecBool(true, Loc, PrevSpec, DiagID, Policy);
3238 AttrsLastTime = true;
3307 isInvalid = true;
3399 bool FirstDeclarator = true;
3655 /*EnteringContext=*/true))
3721 if (TPR == TPResult::True)
3722 PossibleBitfield = true;
3747 isCXXDeclarationSpecifier(TPResult::True) != TPResult::True) ||
3748 (!getLangOpts().CPlusPlus && !isDeclarationSpecifier(true))) {
3750 PossibleBitfield = true;
4052 /// isTypeSpecifierQualifier - Return true if the current token could be the
4069 return true;
4073 /// isKnownToBeTypeSpecifier - Return true if we know that the specified token
4114 return true;
4118 /// isTypeSpecifierQualifier - Return true if the current token could be the
4126 return true;
4132 return true;
4143 return true;
4194 return true;
4220 return true;
4224 return true;
4228 /// isDeclarationSpecifier() - Return true if the current token is part of a
4231 /// \param DisambiguatingWithExpression True to indicate that the purpose of
4242 return true;
4249 return true;
4272 return true;
4358 return true;
4393 return true;
4403 /*EnteringContext=*/true)) {
4430 return true;
4437 /*OuterMightBeMessageSend*/ true)) {
4439 return true;
4456 IsConstructor = true;
4489 IsConstructor = true;
4509 IsConstructor = true;
4657 return true;
4663 return true;
4726 AnnotateScopeToken(SS, true);
4775 ParseTypeQualifierListOpt(DS, Reqs, true, !D.mayOmitIdentifier());
4984 /*EnteringContext=*/true,
4985 /*AllowDestructorName=*/true,
4994 D.setInvalidType(true);
5089 D.setInvalidType(true);
5171 RequiresArg = true;
5190 isGrouping = true;
5201 isGrouping = true;
5212 D.setGroupingParens(true);
5253 /// If RequiresArg is true, then the first argument of the function is required
5274 // This should be true when the function has typed arguments.
5283 bool RefQualifierIsLValueRef = true;
5444 /// true if a ref-qualifier is found.
5454 return true;
5812 isStar = true;
5838 D.setInvalidType(true);
5895 NeedParens = true;
5937 EndLoc, CharSourceRange(BracketRange, true))
5943 EndLoc, CharSourceRange(BracketRange, true))
6070 return true;
6074 return true;
6078 return true;
6103 isInvalid = DS.SetTypeAltiVecVector(true, Loc, PrevSpec, DiagID, Policy);
6104 return true;
6107 isInvalid = DS.SetTypeAltiVecVector(true, Loc, PrevSpec, DiagID,Policy);
6108 return true;
6111 isInvalid = DS.SetTypeAltiVecVector(true, Loc, PrevSpec, DiagID,Policy);
6112 return true;
6120 isInvalid = DS.SetTypeAltiVecPixel(true, Loc, PrevSpec, DiagID, Policy);
6121 return true;
6124 isInvalid = DS.SetTypeAltiVecBool(true, Loc, PrevSpec, DiagID, Policy);
6125 return true;