HomeSort by: relevance | last modified time | path
    Searched defs:IsPedantic (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObject.h 74 bool IsPedantic = false;
UninitializedObject.h 74 bool IsPedantic = false;
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 1355 const bool IsPedantic = I.first == "pedantic";
1358 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) {
1367 if (IsPedantic) {
1407 const bool IsPedantic = I.first == "pedantic";
1410 if (!V.empty() || (IsPedantic && !DiagsInPedantic.empty())) {
1415 if (IsPedantic) {
1507 const bool IsPedantic = I.first == "pedantic";
1512 !V.empty() || (IsPedantic && !DiagsInPedantic.empty());
1516 if (IsPedantic)
1526 !SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())
    [all...]
ClangDiagnosticsEmitter.cpp 1355 const bool IsPedantic = I.first == "pedantic";
1358 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) {
1367 if (IsPedantic) {
1407 const bool IsPedantic = I.first == "pedantic";
1410 if (!V.empty() || (IsPedantic && !DiagsInPedantic.empty())) {
1415 if (IsPedantic) {
1507 const bool IsPedantic = I.first == "pedantic";
1512 !V.empty() || (IsPedantic && !DiagsInPedantic.empty());
1516 if (IsPedantic)
1526 !SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())
    [all...]

Completed in 47 milliseconds