Searched refs:checkPreprocessorOptions (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 499 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, in checkPreprocessorOptions() function 614 return checkPreprocessorOptions(PPOpts, ExistingPPOpts, in ReadPreprocessorOptions() 4188 return checkPreprocessorOptions(ExistingPPOpts, PPOpts, nullptr, FileMgr, in ReadPreprocessorOptions()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 630 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, in checkPreprocessorOptions() function 757 return checkPreprocessorOptions(PPOpts, ExistingPPOpts, in ReadPreprocessorOptions() 768 return checkPreprocessorOptions(PPOpts, in ReadPreprocessorOptions() 5127 return checkPreprocessorOptions(ExistingPPOpts, PPOpts, nullptr, FileMgr, in ReadPreprocessorOptions()
|