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

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
DependencyDirectivesSourceMinimizer.h 45 pp_ifndef, enumerator in enum:clang::minimize_source_to_dependency_directives::TokenKind
  /src/external/apache2/llvm/dist/clang/lib/Lex/
DependencyDirectivesSourceMinimizer.cpp 773 if (top() == pp_ifdef || top() == pp_ifndef) {
847 .Case("ifndef", pp_ifndef)
917 case pp_ifndef:
PPDirectives.cpp 1014 case tok::pp_ifndef:
  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.cpp 748 case tok::pp_ifndef:
818 bool IfNDef = FormatTok->is(tok::pp_ifndef);

Completed in 29 milliseconds