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

Declarations

tools/clang/include/clang/Parse/Parser.h
 2279   bool isCXXSimpleDeclaration(bool AllowForRangeDecl);

References

tools/clang/include/clang/Parse/Parser.h
 2220       return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/true);
tools/clang/lib/Parse/ParseDeclCXX.cpp
 3287           SuggestFixIt = isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false);
tools/clang/lib/Parse/ParseTentative.cpp
   64     return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false);