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

Declarations

tools/clang/include/clang/Parse/Parser.h
 2362   TPResult TryParseSimpleDeclaration(bool AllowForRangeDecl);

References

tools/clang/lib/Parse/ParseTentative.cpp
  137     TPR = TryParseSimpleDeclaration(AllowForRangeDecl);