/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 625 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() 648 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() 668 bool Complain) override { in ReadDiagnosticOptions() 688 bool Complain) override { in ReadHeaderSearchOptions() 705 bool Complain) override { in ReadHeaderSearchPaths() 720 bool ReadMacros, bool Complain, in ReadPreprocessorOptions()
|
H A D | ASTUnit.cpp | 539 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() 563 bool Complain) override { in ReadHeaderSearchOptions() 579 bool Complain) override { in ReadHeaderSearchPaths() 600 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() 606 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 133 bool Complain, in ReadLanguageOptions() 142 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() 153 bool Complain) { in ReadDiagnosticOptions() 162 bool Complain) { in ReadFileSystemOptions() 176 bool Complain) { in ReadHeaderSearchOptions() 190 bool Complain) { in ReadHeaderSearchPaths() 203 bool ReadMacros, bool Complain, in ReadPreprocessorOptions()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 176 bool Complain, in ReadLanguageOptions() 185 const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() 194 IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, bool Complain) { in ReadDiagnosticOptions() 201 bool Complain) { in ReadFileSystemOptions() 208 bool Complain) { in ReadHeaderSearchOptions() 216 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions() 453 bool Complain, in ReadLanguageOptions() 462 bool Complain, in ReadTargetOptions() 480 bool Complain) { in checkDiagnosticGroupMappings() 518 bool Complain) { in checkDiagnosticMappings() [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.cpp | 342 bool diffCallSites(const CallBase &L, const CallBase &R, bool Complain) { in diffCallSites() 367 bool diff(const Instruction *L, const Instruction *R, bool Complain, in diff()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 1399 bool ModuleMap::resolveExports(Module *Mod, bool Complain) { in resolveExports() 1412 bool ModuleMap::resolveUses(Module *Mod, bool Complain) { in resolveUses() 1426 bool ModuleMap::resolveConflicts(Module *Mod, bool Complain) { in resolveConflicts()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 117 bool Complain) override { in ReadHeaderSearchPaths()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 10902 bool Complain, in checkAddressOfFunctionIsAvailable() 10971 bool Complain, in checkAddressOfFunctionIsAvailable() 12727 bool Complain = true) { in completeFunctionType() 12750 bool Complain; member in __anon2e1ecc912711::AddressOfFunctionResolver 12767 const QualType &TargetType, bool Complain) in AddressOfFunctionResolver() 13152 bool Complain, in ResolveAddressOfOverloadedFunction() 13303 OverloadExpr *ovl, bool Complain, DeclAccessPair *FoundResult, in ResolveSingleFunctionTemplateSpecialization()
|
H A D | SemaTemplateInstantiate.cpp | 3416 bool Complain) { in InstantiateClass() 3960 TemplateSpecializationKind TSK, bool Complain) { in InstantiateClassTemplateSpecialization()
|
H A D | SemaTemplate.cpp | 771 bool Complain /*= true*/) { in DiagnoseUninstantiableTemplate() 7508 const NamedDecl *OldInstFrom, bool Complain, in MatchTemplateParameterKind() 7678 const NamedDecl *OldInstFrom, TemplateParameterList *Old, bool Complain, in TemplateParameterListsAreEqual()
|
H A D | SemaTemplateDeduction.cpp | 5753 bool Complain, QualType TargetType) { in getMostSpecialized()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 2430 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain, in IsStructuralMatch() 10488 bool Complain) { in IsStructurallyEquivalent()
|