Home
last modified time | relevance | path

Searched defs:Implementation (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCodegenNameGenerator.cpp28 struct CodegenNameGenerator::Implementation { struct in CodegenNameGenerator
29 std::unique_ptr<MangleContext> MC;
30 llvm::DataLayout DL;
32 Implementation(ASTContext &Ctx) in Implementation() argument
36 bool writeName(const Decl *D, raw_ostream &OS) { in writeName()
62 std::string getName(const Decl *D) { in getName()
71 enum ObjCKind {
76 std::vector<std::string> getAllManglings(const ObjCContainerDecl *OCD) { in getAllManglings()
99 std::vector<std::string> getAllManglings(const Decl *D) { in getAllManglings()
150 bool writeFuncOrVarName(const NamedDecl *D, raw_ostream &OS) { in writeFuncOrVarName()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h345 DynTypedMatcher(MatcherInterface<T> *Implementation) in DynTypedMatcher()
459 IntrusiveRefCntPtr<DynMatcherInterface> Implementation) in DynTypedMatcher()
471 IntrusiveRefCntPtr<DynMatcherInterface> Implementation; variable
499 explicit Matcher(MatcherInterface<T> *Implementation) in Matcher()
522 : Implementation(new TypeToQualType<TypeT>(Other)) {} in Implementation() function
584 explicit Matcher(const DynTypedMatcher &Implementation) in Matcher()
590 DynTypedMatcher Implementation; variable
596 inline Matcher<T> makeMatcher(MatcherInterface<T> *Implementation) { in makeMatcher()
/freebsd-12.1/crypto/heimdal/lib/wind/
H A Dgenerate.py77 class Implementation(GeneratedFile) : class
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacobject.h331 ACPI_INTERNAL_METHOD Implementation; member
/freebsd-12.1/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h727 PXE_UINT32 Implementation; ///< implementation flags. member
824 PXE_UINT32 Implementation; ///< Implementation flags. member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1353 if (auto *Implementation = dyn_cast<ObjCImplementationDecl>(D)) in LookupMemberExpr() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2103 Implementation, ///< 'module X;' enumerator