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

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 362 SourceLocation Preprocessor::CheckEndOfDirective(const char *DirType,
566 endLoc = CheckEndOfDirective("endif");
593 endLoc = CheckEndOfDirective("else");
1232 CheckEndOfDirective("line", true);
1451 CheckEndOfDirective("ident");
1471 CheckEndOfDirective("__public_macro");
1498 CheckEndOfDirective("__private_macro");
1722 CheckEndOfDirective(IncludeTok.getIdentifierInfo()->getNameStart(), true);
2928 CheckEndOfDirective("undef");
2985 CheckEndOfDirective(isIfndef ? "ifndef" : "ifdef")
    [all...]
Pragma.cpp 983 PP.CheckEndOfDirective("pragma once");
1017 PP.CheckEndOfDirective("pragma");
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1976 SourceLocation CheckEndOfDirective(const char *DirType,

Completed in 19 milliseconds