Searched defs:Complain (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DASTStructuralEquivalence.h67 bool Complain; member in struct:clang::StructuralEquivalenceContext
/openbsd-current/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp344 bool diffCallSites(const CallBase &L, const CallBase &R, bool Complain) { argument
369 bool diff(const Instruction *L, const Instruction *R, bool Complain, argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp1356 bool ModuleMap::resolveExports(Module *Mod, bool Complain) { argument
1369 bool ModuleMap::resolveUses(Module *Mod, bool Complain) { argument
1382 resolveConflicts(Module *Mod, bool Complain) argument
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h141 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, argument
131 ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, bool AllowCompatibleDifferences) argument
151 ReadDiagnosticOptions(IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, bool Complain) argument
160 ReadFileSystemOptions(const FileSystemOptions &FSOpts, bool Complain) argument
173 ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, bool Complain) argument
188 ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, bool Complain) argument
201 ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, std::string &SuggestedPredefines) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5349 getMostSpecialized( UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, TemplateSpecCandidateSet &FailedCandidates, SourceLocation Loc, const PartialDiagnostic &NoneDiag, const PartialDiagnostic &AmbigDiag, const PartialDiagnostic &CandidateDiag, bool Complain, QualType TargetType) argument
H A DSemaTemplate.cpp7945 MatchTemplateParameterKind( Sema &S, NamedDecl *New, const NamedDecl *NewInstFrom, NamedDecl *Old, const NamedDecl *OldInstFrom, bool Complain, Sema::TemplateParameterListEqualKind Kind, SourceLocation TemplateArgLoc, bool PartialOrdering) argument
8131 TemplateParameterListsAreEqual( const NamedDecl *NewInstFrom, TemplateParameterList *New, const NamedDecl *OldInstFrom, TemplateParameterList *Old, bool Complain, TemplateParameterListEqualKind Kind, SourceLocation TemplateArgLoc, bool PartialOrdering) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp2219 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain) { argument
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp170 ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, bool AllowCompatibleDifferences) argument
179 ReadTargetOptions( const TargetOptions &TargetOpts, bool Complain, bool AllowCompatibleDifferences) argument
188 ReadDiagnosticOptions( IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, bool Complain) argument
195 ReadFileSystemOptions(const FileSystemOptions &FSOpts, bool Complain) argument
201 ReadHeaderSearchOptions( const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, bool Complain) argument
210 ReadPreprocessorOptions( const PreprocessorOptions &PPOpts, bool Complain, std::string &SuggestedPredefines) argument
441 ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, bool AllowCompatibleDifferences) argument
450 ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, bool AllowCompatibleDifferences) argument
467 checkDiagnosticGroupMappings(DiagnosticsEngine &StoredDiags, DiagnosticsEngine &Diags, bool Complain) argument
504 checkDiagnosticMappings(DiagnosticsEngine &StoredDiags, DiagnosticsEngine &Diags, bool IsSystem, bool Complain) argument
567 ReadDiagnosticOptions( IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, bool Complain) argument
784 ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, std::string &SuggestedPredefines) argument
796 ReadPreprocessorOptions( const PreprocessorOptions &PPOpts, bool Complain, std::string &SuggestedPredefines) argument
828 ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, bool Complain) argument
2336 getInputFile(ModuleFile &F, unsigned ID, bool Complain) argument
2571 bool Complain = (ClientLoadCapabilities & ARR_ConfigurationMismatch) == 0; local
2579 bool Complain = (ClientLoadCapabilities & ARR_ConfigurationMismatch) == 0; local
2587 bool Complain = (ClientLoadCapabilities & ARR_ConfigurationMismatch) == 0; local
2595 bool Complain = (ClientLoadCapabilities & ARR_ConfigurationMismatch) == 0; local
2603 bool Complain = (ClientLoadCapabilities & ARR_ConfigurationMismatch) == 0; local
2676 bool Complain = (ClientLoadCapabilities & ARR_OutOfDate) == 0; local
4801 bool Complain = (ClientLoadCapabilities & ARR_OutOfDate) == 0; local
4809 bool Complain = (ClientLoadCapabilities & ARR_ConfigurationMismatch) == 0; local
5823 ParseLanguageOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener, bool AllowCompatibleDifferences) argument
5865 ParseTargetOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener, bool AllowCompatibleDifferences) argument
5885 ParseDiagnosticOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener) argument
5902 ParseFileSystemOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener) argument
5910 ParseHeaderSearchOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener) argument
5934 ParseHeaderSearchPaths(const RecordData &Record, bool Complain, ASTReaderListener &Listener) argument
5966 ParsePreprocessorOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener, std::string &SuggestedPredefines) argument
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h8439 TemplateParameterListsAreEqual( TemplateParameterList *New, TemplateParameterList *Old, bool Complain, TemplateParameterListEqualKind Kind, SourceLocation TemplateArgLoc = SourceLocation(), bool PartialOrdering = false) argument
[all...]

Completed in 694 milliseconds