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

Declarations

tools/clang/include/clang/Parse/Parser.h
 2132   bool MightBeDeclarator(DeclaratorContext Context);

References

tools/clang/lib/Parse/ParseDecl.cpp
 2139     if (Tok.isAtStartOfLine() && ExpectSemi && !MightBeDeclarator(Context)) {
tools/clang/lib/Parse/ParseDeclCXX.cpp
 2899         !MightBeDeclarator(DeclaratorContext::MemberContext)) {