Home | History | Annotate | Download | only in Sema

Lines Matching defs:Returns

195 /// determine whether the name refers to a type. If so, returns an
197 /// type. Otherwise, returns NULL.
459 /// so, this returns the TST for the tag corresponding to it (TST_enum,
1109 // Same implementation as PopDeclContext, but returns to the lexical parent,
1528 /// \returns The declaration of the named Objective-C class, or NULL if the
1904 /// DeclhasAttr - returns true if decl Declaration already has the target
2389 /// Returns true if there was an error, false otherwise.
2913 /// \returns false
4134 /// returns true and Params is empty, then all of the parameters match.
4256 /// \returns true if the declaration name violates these rules.
4282 /// \returns true if we cannot safely recover from this error, false otherwise.
4877 /// \returns true if PrevDecl is an out-of-scope previous declaration
5903 /// Apply special rules for handling extern "C" declarations. Returns \c true
6091 /// Returns true if the variable declaration is a redeclaration.
6280 /// Returns a NamedDecl iff typo correction was performed and substituting in
7631 /// \returns true if the function declaration is a redeclaration.
7901 // the function returns a UDT (class, struct, or union type) that is not C
7972 // In C and C++, main magically returns 0 if you fall off the end;
10018 ReturnStmt **Returns = Scope->Returns.data();
10020 for (unsigned I = 0, E = Scope->Returns.size(); I != E; ++I) {
10021 if (const VarDecl *NRVOCandidate = Returns[I]->getNRVOCandidate()) {
10023 Returns[I]->setNRVOCandidate(nullptr);
10116 // If the function implicitly returns zero (like 'main') or is naked,
10608 /// \returns diagnostic %select index.
10621 /// \returns true iff the tag kind is compatible.
10630 /// \returns true if the new tag kind is acceptable, false otherwise.
11824 /// \returns a new FieldDecl.
12919 // Returns true when the enum initial expression does not trigger the