|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/lib/Format/FormatToken.h 699 kw_declare = &IdentTable.get("declare");
776 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from,
789 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from,
tools/clang/lib/Format/TokenAnnotator.cpp 3327 if (Left.is(Keywords.kw_declare) &&
tools/clang/lib/Format/UnwrappedLineFormatter.cpp 584 Keywords.kw_declare, Keywords.kw_abstract,