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

Declarations

tools/clang/include/clang/Parse/Parser.h
 2615   SourceLocation ParseDecltypeSpecifier(DeclSpec &DS);

References

tools/clang/lib/Parse/ParseDecl.cpp
 3903       ParseDecltypeSpecifier(DS);
tools/clang/lib/Parse/ParseDeclCXX.cpp
 1133     EndLocation = ParseDecltypeSpecifier(DS);
 3509     ParseDecltypeSpecifier(DS);
tools/clang/lib/Parse/ParseExprCXX.cpp
  215     SourceLocation EndLoc  = ParseDecltypeSpecifier(DS);
 1716     ParseDecltypeSpecifier(DS);
 2181     DS.SetRangeEnd(ParseDecltypeSpecifier(DS));
 2837       SourceLocation EndLoc = ParseDecltypeSpecifier(DS);