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

Declarations

tools/clang/include/clang/Parse/Parser.h
 2784   Decl *ParseStaticAssertDeclaration(SourceLocation &DeclEnd);

References

tools/clang/lib/Parse/ParseDecl.cpp
 1778     SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
 4154       ParseStaticAssertDeclaration(DeclEnd);
tools/clang/lib/Parse/ParseDeclCXX.cpp
 2539         DeclGroupRef(ParseStaticAssertDeclaration(DeclEnd)));
tools/clang/lib/Parse/ParseObjc.cpp
 1964       ParseStaticAssertDeclaration(DeclEnd);
tools/clang/lib/Parse/ParseTemplate.cpp
  188     return ParseStaticAssertDeclaration(DeclEnd);