Searched defs:IncludeSystem (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/boost/ |
H A D | UseRangesCheck.cpp | 31 bool IncludeSystem) in BoostReplacer() argument 62 bool IncludeSystem; member in clang::tidy::boost::__anonb8c86f720111::BoostReplacer 90 bool IncludeSystem) in CustomBoostAlgorithmHeaderReplacer() argument 110 bool IncludeSystem) in BoostAlgorithmReplacer() argument 134 CustomBoostAlgorithmReplacer(StringRef SubHeader,StringRef HeaderName,ArrayRef<UseRangesCheck::Signature> Signatures,bool IncludeSystem) CustomBoostAlgorithmReplacer() argument [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 9607 visitInputFileInfos(serialization::ModuleFile & MF,bool IncludeSystem,llvm::function_ref<void (const serialization::InputFileInfo & IFI,bool IsSystem)> Visitor) visitInputFileInfos() argument 9623 visitInputFiles(serialization::ModuleFile & MF,bool IncludeSystem,bool Complain,llvm::function_ref<void (const serialization::InputFile & IF,bool isSystem)> Visitor) visitInputFiles() argument
|