Home
last modified time | relevance | path

Searched defs:decl (Results 1 – 25 of 68) sorted by path

123

/freebsd/bin/sh/
H A Dmknodes.c62 char *decl; /* declaration of field */ member
154 char decl[2 * BUFLEN]; in parsefield() local
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c160 Decl *decl; member
H A Dbtyacc_demo.tab.h28 Decl *decl; member
/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y41 Decl *decl; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h199 Decl *decl = asImpl().template readDeclAs<Decl>(); in readLValuePathSerializationHelper() local
H A DExprCXX.h939 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow, in MSPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1979 static SourceLocation getTemplateOrInnerLocStart(const DeclT *decl) { in getTemplateOrInnerLocStart()
H A DDeclObjC.cpp333 for (const ObjCInterfaceDecl *decl = getMostRecentDecl(); decl; in getTypeParamList() local
H A DExprCXX.cpp1532 NamedDecl *decl = *begin; in hasOnlyNonStaticMemberFunctions() local
H A DItaniumMangle.cpp57 static const NamedDecl *getStructor(const NamedDecl *decl) { in getStructor()
H A DType.cpp3833 static TagDecl *getInterestingTagDecl(TagDecl *decl) { in getInterestingTagDecl()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp735 const internal::VariadicAllOfMatcher<Decl> decl; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp707 static bool isAccessedBy(const ValueDecl *decl, const Expr *e) { in isAccessedBy()
H A DCGExprConstant.cpp2248 const ValueDecl *decl = cast<DeclRefExpr>(uo->getSubExpr())->getDecl(); in getMemberPointerConstant() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11646 NamedDecl *decl = (*I)->getUnderlyingDecl(); in CXXRecordMembersNamed() local
H A DSemaDecl.cpp6971 bool Sema::inferObjCARCLifetime(ValueDecl *decl) { in inferObjCARCLifetime()
H A DSemaDeclAttr.cpp10204 void Sema::PopParsingDeclaration(ParsingDeclState state, Decl *decl) { in PopParsingDeclaration()
H A DSemaDeclObjC.cpp1496 if (auto *decl = LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers() local
1559 NamedDecl *decl = LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers() local
2509 ObjCMethodDecl *decl) { in checkMethodFamilyMismatch()
4913 int decl = 0, impl = 0; in ActOnMethodDeclaration() local
H A DSemaStmt.cpp92 Decl *decl = DG.getSingleDecl(); in ActOnForEachDeclStmt() local
H A DSemaTemplateInstantiateDecl.cpp4551 for (auto *decl : PatternDecl->decls()) { in addInstantiatedLocalVarsToScope() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1793 auto *decl = readDeclAs<VarDecl>(); in VisitBlockDecl() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1169 const auto *decl = cast<CXXConstructorDecl>(stackFrame->getDecl()); in ProcessInitializer() local
H A DStore.cpp439 SVal StoreManager::getLValueIvar(const ObjCIvarDecl *decl, SVal base) { in getLValueIvar()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h37 CompilerDecl(TypeSystem *type_system, void *decl) in CompilerDecl()
60 void SetDecl(TypeSystem *type_system, void *decl) { in SetDecl()
H A DType.h759 TypeMemberFunctionImpl(const CompilerType &type, const CompilerDecl &decl, in TypeMemberFunctionImpl()

123