Searched defs:Visitor (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h71 void visitRefactoringOptionsImpl(RefactoringOptionVisitor &Visitor, argument
74 RefactoringOptionVisitor &Visitor; member in struct:clang::tooling::internal::OptionGatherer
87 visitRefactoringOptions( RefactoringOptionVisitor &Visitor, const std::tuple<RequirementTypes...> &Requirements, std::index_sequence<Is...>) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFVisitor.h84 class Visitor : public VisitorImpl<Data> { class in namespace:llvm::DWARFYAML
86 Visitor(Data &DI) : VisitorImpl<Data>(DI) {} function in class:llvm::DWARFYAML::Visitor
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp97 class Visitor : public ISectionContribVisitor { class in inherits:ISectionContribVisitor
102 Visitor(PdbIndex &ctx, llvm::IntervalMap<uint64_t, uint16_t> &imap) function in class:Visitor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCVTypeVisitor.cpp200 CVTypeVisitor Visitor; member in struct:__anon3606::FieldListVisitHelper
214 CVTypeVisitor Visitor; member in struct:__anon3606::VisitHelper
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h163 template <typename ResultT = void> class Visitor { class in namespace:lldb_private::postfix
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp244 struct Visitor : public RecursiveASTVisitor<Visitor> { struct in inherits:RecursiveASTVisitor
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp317 SBVisitor Visitor; member in class:SBConsumer
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp334 void ModuleManager::visit(llvm::function_ref<bool(ModuleFile &M)> Visitor, argument
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h804 struct Visitor { struct in class:testing::internal::UniversalPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp203 DumpVisitor &Visitor; member in struct:__anon3639::DumpVisitor::CtorArgPrinter
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp357 GetParamRef Visitor; local
H A DCodeGenModule.cpp2808 DLLImportFunctionVisitor Visitor; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h566 SV &Visitor; member in class:llvm::SCEVTraversal
619 void visitAll(const SCEV *Root, SV& Visitor) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp611 StmtUSEFinder Visitor; local
631 LastDeclUSEFinder Visitor; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp731 IsObjCTypeParamDependentTypeVisitor Visitor; local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h300 Self Visitor; local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h227 class Visitor { class in class:clang::ast_matchers::internal::BoundNodesTreeBuilder
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp713 SubstitutionContext(DiagTextVisitor &Visitor, SubstitutionPiece *P) argument
727 DiagTextVisitor &Visitor; member in struct:__anon2438::DiagTextVisitor::SubstitutionContext
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp1228 splitState(const CFGBlock *CurrBlock, const ConsumedStmtVisitor &Visitor) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp397 void Section::accept(MutableSectionVisitor &Visitor) { Visitor.visit(*this); } argument
453 void DecompressedSection::accept(MutableSectionVisitor &Visitor) { argument
461 accept(MutableSectionVisitor &Visitor) argument
544 accept(MutableSectionVisitor &Visitor) argument
567 accept(MutableSectionVisitor &Visitor) argument
593 accept(MutableSectionVisitor &Visitor) argument
804 accept(MutableSectionVisitor &Visitor) argument
895 accept(MutableSectionVisitor &Visitor) argument
931 accept(MutableSectionVisitor &Visitor) argument
1066 accept(MutableSectionVisitor &Visitor) argument
1083 accept(MutableSectionVisitor &Visitor) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1087 visitAllOverriddenMethods(const CXXMethodDecl *MD, VisitorTy &Visitor) { argument

Completed in 460 milliseconds