| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | ExternalSemaSource.h | 34 class TypedefNameDecl; variable 135 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {} in ReadExtVectorDecls() 144 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {} in ReadUnusedLocalTypedefNameCandidates() argument
|
| H A D | MultiplexExternalSemaSource.h | 30 class TypedefNameDecl; variable 274 void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl*> &Decls) override; 283 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) override;
|
| H A D | Template.h | 42 class TypedefNameDecl; variable 683 Decl *InstantiateTypedefNameDecl(TypedefNameDecl *D, bool IsTypeAlias);
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | CXXABI.h | 64 TypedefNameDecl *DD) = 0; 66 virtual TypedefNameDecl *
|
| H A D | MicrosoftCXXABI.cpp | 115 llvm::SmallDenseMap<TagDecl *, TypedefNameDecl *> 165 TypedefNameDecl *DD) override { in addTypedefNameForUnnamedTagDecl() 168 TypedefNameDecl *&I = UnnamedTagDeclToTypedefNameDecl[TD]; in addTypedefNameForUnnamedTagDecl() 173 TypedefNameDecl *getTypedefNameForUnnamedTagDecl(const TagDecl *TD) override { in getTypedefNameForUnnamedTagDecl()
|
| H A D | StmtIterator.cpp | 84 else if (TypedefNameDecl* TD = dyn_cast<TypedefNameDecl>(D)) { in HandleDecl()
|
| H A D | ItaniumCXXABI.cpp | 269 TypedefNameDecl *DD) override {} in addTypedefNameForUnnamedTagDecl() 271 TypedefNameDecl *getTypedefNameForUnnamedTagDecl(const TagDecl *TD) override { in getTypedefNameForUnnamedTagDecl()
|
| H A D | ASTImporterLookupTable.cpp | 27 bool VisitTypedefNameDecl(TypedefNameDecl *D) { in VisitTypedefNameDecl()
|
| H A D | ODRDiagsEmitter.cpp | 248 const TypedefNameDecl *FirstTD, const TypedefNameDecl *SecondTD, in diagnoseSubMismatchTypedef() 1263 cast<TypedefNameDecl>(FirstDecl), in diagnoseMismatch() 1264 cast<TypedefNameDecl>(SecondDecl), in diagnoseMismatch() 1625 cast<TypedefNameDecl>(FirstDecl), in diagnoseMismatch() 1626 cast<TypedefNameDecl>(SecondDecl), in diagnoseMismatch()
|
| H A D | Comment.cpp | 331 TSI = cast<TypedefNameDecl>(CommentDecl)->getTypeSourceInfo(); in fill()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ODRDiagsEmitter.h | 158 const TypedefNameDecl *FirstTD, 159 const TypedefNameDecl *SecondTD,
|
| H A D | Decl.h | 3288 class TypedefNameDecl : public TypeDecl, public Redeclarable<TypedefNameDecl> { 3303 TypedefNameDecl(Kind DK, ASTContext &C, DeclContext *DC, in TypedefNameDecl() function 3309 using redeclarable_base = Redeclarable<TypedefNameDecl>; 3311 TypedefNameDecl *getNextRedeclarationImpl() override { in getNextRedeclarationImpl() 3315 TypedefNameDecl *getPreviousDeclImpl() override { in getPreviousDeclImpl() 3319 TypedefNameDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() 3360 TypedefNameDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() 3361 const TypedefNameDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() 3390 class TypedefDecl : public TypedefNameDecl { 3393 : TypedefNameDecl(Typedef, C, DC, StartLoc, IdLoc, Id, TInfo) {} in TypedefDecl() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 258 const TypedefNameDecl *Decl = TypedefTy->getDecl(); in getFragmentsForType() 456 if (const auto *TypedefNameDecl = EnumDecl->getTypedefNameForAnonDecl()) in getFragmentsForEnum() local 457 return getFragmentsForTypedef(TypedefNameDecl); in getFragmentsForEnum() 487 if (const auto *TypedefNameDecl = Record->getTypedefNameForAnonDecl()) in getFragmentsForStruct() local 488 return getFragmentsForTypedef(TypedefNameDecl); in getFragmentsForStruct() 736 const TypedefNameDecl *Decl) { in getFragmentsForTypedef()
|
| H A D | TypedefUnderlyingTypeResolver.cpp | 38 const TypedefNameDecl *TypedefDecl = TypedefTy->getDecl(); in getUnderlyingTypeDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 49 bool VisitTypedefNameDecl(const TypedefNameDecl *Decl);
|
| H A D | DeclarationFragments.h | 246 getFragmentsForTypedef(const TypedefNameDecl *Decl);
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexingContext.cpp | 164 } else if (isa<FieldDecl>(D) || isa<TypedefNameDecl>(D) || in isTemplateImplicitInstantiation() 226 } else if (isa<FieldDecl>(D) || isa<TypedefNameDecl>(D)) { in adjustTemplateImplicitInstantiation() 261 if (isa<TypedefNameDecl>(D) || isa<EnumConstantDecl>(D) || in isDeclADefinition()
|
| H A D | IndexTypeSourceInfo.cpp | 61 TypedefNameDecl *ND = TL.getTypedefNameDecl(); in VisitTypedefTypeLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 271 SmallVectorImpl<TypedefNameDecl*> &Decls) { in ReadExtVectorDecls() 283 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates() argument
|
| H A D | SemaCXXScopeSpec.cpp | 347 if (const TypedefNameDecl *TD = dyn_cast<TypedefNameDecl>(SD)) { in isAcceptableNestedNameSpecifier() 716 if (auto *TD = dyn_cast_or_null<TypedefNameDecl>(SD)) in BuildCXXNestedNameSpecifier()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | NameSearchContext.cpp | 150 TypedefNameDecl *typedef_name_decl = typedef_type->getDecl(); in AddTypeDecl()
|
| H A D | ASTUtils.h | 498 llvm::SmallVectorImpl<clang::TypedefNameDecl *> &Decls) override { in ReadExtVectorDecls() 504 llvm::SmallSetVector<const clang::TypedefNameDecl *, 4> &Decls) override { in ReadUnusedLocalTypedefNameCandidates() argument
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.h | 72 clang::TypedefNameDecl *GetOrCreateTypedefDecl(PdbGlobalSymId id);
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | VLASizeChecker.cpp | 265 else if (const auto *TND = dyn_cast<TypedefNameDecl>(DS->getSingleDecl())) in checkPreStmt()
|
| H A D | LLVMConventionsChecker.cpp | 57 const TypedefNameDecl *TD = TT->getDecl(); in IsStdString()
|