Searched defs:PreprocessorOptions (Results 1 – 9 of 9) sorted by relevance
38 struct PreprocessorOptions { struct39 PreprocessorOptions() {} in PreprocessorOptions() argument41 std::vector<std::pair<std::string, /*isUndef*/ bool>> macros;47 std::vector<std::string> searchDirectoriesFromDashI;49 std::vector<std::string> searchDirectoriesFromIntrModPath;51 PPMacrosFlag macrosFlag = PPMacrosFlag::Unknown;59 void addMacroDef(llvm::StringRef name) { in addMacroDef()63 void addMacroUndef(llvm::StringRef name) { in addMacroUndef()
28 class PreprocessorOptions; variable
38 class PreprocessorOptions; variable
50 class PreprocessorOptions; variable
44 class PreprocessorOptions; variable
78 class PreprocessorOptions; variable
224 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
80 class PreprocessorOptions; variable
96 class PreprocessorOptions; variable