HomeSort by relevance Sort by last modified time
    Searched refs:CheckEndOfDirective (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
PPDirectives.cpp 160 /// CheckEndOfDirective - Ensure that the next token is a tok::eod token. If
163 void Preprocessor::CheckEndOfDirective(const char *DirType, bool EnableMacros) {
320 CheckEndOfDirective("endif");
349 CheckEndOfDirective("else");
843 CheckEndOfDirective("line", true);
    [all...]
Pragma.cpp 939 PP.CheckEndOfDirective("pragma once");
970 PP.CheckEndOfDirective("pragma");
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 64 milliseconds