Home
last modified time | relevance | path

Searched refs:isIfndef (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPPDirectives.cpp2856 bool isIfndef, in HandleIfdefDirective() argument
2875 CheckEndOfDirective(isIfndef ? "ifndef" : "ifdef"); in HandleIfdefDirective()
2887 assert(isIfndef && "#ifdef shouldn't reach here"); in HandleIfdefDirective()
2898 if (isIfndef) in HandleIfdefDirective()
2914 } else if (!MI == isIfndef || RetainExcludedCB) { in HandleIfdefDirective()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h2305 bool isIfndef, bool ReadAnyTokensBeforeDirective);