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

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 1674   if (LangOpts.C99) {
 1684   if (LangOpts.CPlusPlus) {
 1687         Result("bool", CCP_Type + (LangOpts.ObjC ? CCD_bool_in_ObjC : 0)));
 1699     if (LangOpts.CPlusPlus11) {
 1714   if (LangOpts.GNUKeywords) {