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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 67 assert(Tok.getKind() == tok::annot_module_begin);
558 if (Tok.is(tok::annot_module_begin))
  /src/external/apache2/llvm/dist/clang/lib/Lex/
TokenConcatenation.cpp 195 assert(Tok.isOneOf(tok::annot_module_include, tok::annot_module_begin,
Preprocessor.cpp 1197 Suffix.back().setKind(tok::annot_module_begin);
Pragma.cpp 1693 tok::annot_module_begin, M); member in class:__anon3072::PragmaModuleBeginHandler::tok
PPDirectives.cpp 1732 tok::annot_module_begin, Action.ModuleForHeader); member in class:tok
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 816 case tok::annot_module_begin:
1222 case tok::annot_module_begin:
Parser.cpp 318 case tok::annot_module_begin:
666 case tok::annot_module_begin:
2509 case tok::annot_module_begin:
ParseDeclCXX.cpp 373 case tok::annot_module_begin:
ParseDecl.cpp 1938 case tok::annot_module_begin:
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 757 } else if (Tok.is(tok::annot_module_begin)) {
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 675 return Kind == tok::eof || Kind == tok::annot_module_begin ||
3443 if (Kind == tok::annot_module_begin || Kind == tok::annot_module_end ||

Completed in 49 milliseconds