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

  /src/external/apache2/llvm/dist/clang/lib/Lex/
Pragma.cpp 164 /// HandlePragmaDirective - The "\#pragma" directive has been parsed. Lex the
166 void Preprocessor::HandlePragmaDirective(PragmaIntroducer Introducer) {
333 HandlePragmaDirective({PIK__Pragma, PragmaLoc});
393 HandlePragmaDirective({PIK___pragma, PragmaLoc});
PPDirectives.cpp 1048 return HandlePragmaDirective({PIK_HashPragma, SavedHash.getLocation()});
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 2363 void HandlePragmaDirective(PragmaIntroducer Introducer);

Completed in 92 milliseconds