Home
last modified time | relevance | path

Searched defs:describe (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp56 const RefactoringDescriptor &RenameOccurrences::describe() { in describe() function in clang::tooling::RenameOccurrences
103 const RefactoringDescriptor &QualifiedRenameRule::describe() { in describe() function in clang::tooling::QualifiedRenameRule
/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp60 const RefactoringDescriptor &ExtractFunction::describe() { in describe() function in clang::tooling::ExtractFunction
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp176 virtual void describe(DescriptionKind DK, const CallEvent &Call, in describe() function in __anon2859deef0111::StdLibraryFunctionsChecker::ValueConstraint
540 virtual const std::string describe(CheckerContext &C) const { return ""; } in describe() function in __anon2859deef0111::StdLibraryFunctionsChecker::ErrnoConstraintBase
609 const std::string describe(CheckerContext &C) const override { in describe() function in __anon2859deef0111::StdLibraryFunctionsChecker::SuccessErrnoConstraint
627 const std::string describe(CheckerContext &C) const override { in describe() function in __anon2859deef0111::StdLibraryFunctionsChecker::ErrnoMustBeCheckedConstraint
1059 void StdLibraryFunctionsChecker::RangeConstraint::describe( describe() function in StdLibraryFunctionsChecker::RangeConstraint
1168 void StdLibraryFunctionsChecker::NotNullConstraint::describe( describe() function in StdLibraryFunctionsChecker::NotNullConstraint
1216 void StdLibraryFunctionsChecker::NotNullBufferConstraint::describe( describe() function in StdLibraryFunctionsChecker::NotNullBufferConstraint
1277 void StdLibraryFunctionsChecker::BufferSizeConstraint::describe( describe() function in StdLibraryFunctionsChecker::BufferSizeConstraint
[all...]
/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-matchers.h319 void (*describe)(const MatcherBase&, std::ostream*, bool negation); member
/llvm-project/flang/lib/Semantics/
H A Dscope.cpp331 const auto describe{[&](parser::CharBlock src) { AddSourceRange() local
/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp463 Stencil transformer::describe(StringRef Id) { describe() function in transformer
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp171 std::string InstructionOperand::describe() const { describe() function in llvm::gi::InstructionOperand
/llvm-project/llvm/include/llvm/Object/
H A DELF.h144 static std::string describe(const ELFFile<ELFT> &Obj, describe() function
[all...]
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp427 std::string ELFDumper<ELFT>::describe(const Elf_Shdr &Sec) const { in describe() function in __anon3d1ec8af0111::ELFDumper
[all...]
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1970 void CallStackFrame::describe(raw_ostream &Out) const { describe() function in CallStackFrame