/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 581 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() 604 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() 624 bool Complain) override { in ReadDiagnosticOptions() 644 bool Complain) override { in ReadHeaderSearchOptions() 661 bool Complain, in ReadPreprocessorOptions()
|
H A D | ASTUnit.cpp | 539 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() 553 bool Complain) override { in ReadHeaderSearchOptions() 565 bool Complain) override { in ReadHeaderSearchPaths() 585 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 591 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTStructuralEquivalence.h | 67 bool Complain; member
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 171 bool Complain, in ReadLanguageOptions() 180 const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() 189 IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, bool Complain) { in ReadDiagnosticOptions() 196 bool Complain) { in ReadFileSystemOptions() 203 bool Complain) { in ReadHeaderSearchOptions() 211 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 442 bool Complain, in ReadLanguageOptions() 451 bool Complain, in ReadTargetOptions() 469 bool Complain) { in checkDiagnosticGroupMappings() 506 bool IsSystem, bool Complain) { in checkDiagnosticMappings() [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 132 bool Complain, in ReadLanguageOptions() 141 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() 152 bool Complain) { in ReadDiagnosticOptions() 161 bool Complain) { in ReadFileSystemOptions() 175 bool Complain) { in ReadHeaderSearchOptions() 189 bool Complain) { in ReadHeaderSearchPaths() 202 bool Complain, in ReadPreprocessorOptions()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.cpp | 344 bool diffCallSites(const CallBase &L, const CallBase &R, bool Complain) { in diffCallSites() 369 bool diff(const Instruction *L, const Instruction *R, bool Complain, in diff()
|
/openbsd-src/gnu/llvm/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 1356 bool ModuleMap::resolveExports(Module *Mod, bool Complain) { in resolveExports() 1369 bool ModuleMap::resolveUses(Module *Mod, bool Complain) { in resolveUses() 1382 bool ModuleMap::resolveConflicts(Module *Mod, bool Complain) { in resolveConflicts()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 10468 bool Complain, in checkAddressOfFunctionIsAvailable() 10537 bool Complain, in checkAddressOfFunctionIsAvailable() 12166 bool Complain = true) { in completeFunctionType() 12189 bool Complain; member in __anona0c7ad681d11::AddressOfFunctionResolver 12206 const QualType &TargetType, bool Complain) in AddressOfFunctionResolver() 12601 bool Complain, in ResolveAddressOfOverloadedFunction() 12761 bool Complain, in ResolveSingleFunctionTemplateSpecialization()
|
H A D | SemaTemplateInstantiate.cpp | 3061 bool Complain) { in InstantiateClass() 3628 TemplateSpecializationKind TSK, bool Complain) { in InstantiateClassTemplateSpecialization()
|
H A D | SemaTemplate.cpp | 794 bool Complain /*= true*/) { in DiagnoseUninstantiableTemplate() 7947 const NamedDecl *OldInstFrom, bool Complain, in MatchTemplateParameterKind() 8133 const NamedDecl *OldInstFrom, TemplateParameterList *Old, bool Complain, in TemplateParameterListsAreEqual()
|
H A D | SemaTemplateDeduction.cpp | 5354 bool Complain, QualType TargetType) { in getMostSpecialized()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTImporter.cpp | 2219 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain) { in IsStructuralMatch() 10054 bool Complain) { in IsStructurallyEquivalent()
|