Searched refs:Handle_Pragma (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp185 /// Handle_Pragma - Read a _Pragma directive, slice it up, process it, then
188 void Preprocessor::Handle_Pragma(Token &Tok) { function in class:Preprocessor
339 /// HandleMicrosoft__pragma - Like Handle_Pragma except the pragma text
343 // into the token stream for later consumption. Same as Handle_Pragma.
H A DPPMacroExpansion.cpp1475 return Handle_Pragma(Tok);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h2179 void Handle_Pragma(Token &Tok);
2181 /// Like Handle_Pragma except the pragma text is not enclosed within

Completed in 1243 milliseconds