Home
last modified time | relevance | path

Searched defs:PreprocessorOptions (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DPreprocessorOptions.h38 struct PreprocessorOptions { struct
39 PreprocessorOptions() {} in PreprocessorOptions() argument
41 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()
/llvm-project-15.0.7/clang/include/clang/ARCMigrate/
H A DFileRemapper.h28 class PreprocessorOptions; variable
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DModuleBuilder.h38 class PreprocessorOptions; variable
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h50 class PreprocessorOptions; variable
H A DUtils.h44 class PreprocessorOptions; variable
H A DASTUnit.h78 class PreprocessorOptions; variable
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorOptions.h224 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
H A DPreprocessor.h80 class PreprocessorOptions; variable
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h96 class PreprocessorOptions; variable