Lines Matching refs:Preprocessor
23 #include "clang/Lex/Preprocessor.h"
72 static void AddImplicitIncludePTH(MacroBuilder &Builder, Preprocessor &PP,
89 static void AddImplicitIncludePCH(MacroBuilder &Builder, Preprocessor &PP,
375 // Initialize language-specific preprocessor defines.
461 // Initialize target-specific preprocessor defines.
649 // In implementations that support a preprocessor, the _OPENMP
722 /// InitializePreprocessor - Initialize the preprocessor getting it and the
725 void clang::InitializePreprocessor(Preprocessor &PP,
739 // this in asm preprocessor mode, because "# 4" is not a line marker directive
764 // These should all be defined in the preprocessor according to the
805 // Instruct the preprocessor to skip the preamble.
809 // Copy PredefinedBuffer into the Preprocessor.