Searched refs:Definition (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp283 const FunctionDecl *Definition = nullptr; local
285 FoundFunction->hasBody(Definition))
286 return Importer.MapImported(D, const_cast<FunctionDecl *>(Definition));
4369 ObjCProtocolDecl *Definition = D->getDefinition();
4370 if (Definition && Definition != D) {
4371 if (ExpectedDecl ImportedDefOrErr = import(Definition))
4801 ObjCInterfaceDecl *Definition = D->getDefinition();
4802 if (Definition && Definition !
[all...]
H A DDeclObjC.cpp604 Data.getPointer()->Definition = this;
1937 Data.getPointer()->Definition = this;
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1974 StringRef Definition; member in class:FunctionMacro
1980 StringRef getDefinition() const { return Definition; }
1985 Definition = R.getValueAsString("definition");
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v1.sql30 -- Definition of the database schema.
H A Dschema_v2.sql30 -- Definition of the database schema.
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk103 # Definition copied from src/Makefile.inc1
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp244 diagnoseMissingImport(loc, SuggestedDef, MissingImportKind::Definition,
H A DSemaDeclObjC.cpp819 Definition, member in class:__anon2057::TypeParamListContext
858 newContext != TypeParamListContext::Definition) {
949 newContext == TypeParamListContext::Definition) {
1021 TypeParamListContext::Definition)) {
H A DSemaExprCXX.cpp3230 const FunctionDecl *Definition = CD;
3231 if (!CD->isThisDeclarationADefinition() && !CD->isDefined(Definition)) {
3235 for (const auto *CI : cast<const CXXConstructorDecl>(Definition)->inits()) {
H A DSemaTemplateInstantiateDecl.cpp4499 const FunctionDecl *Definition = Tmpl; local
4500 Tmpl->isDefined(Definition);
4502 SemaRef.InstantiateAttrs(TemplateArgs, Definition, New,
6081 // Definition of a PCH-ed template declaration may be available only in the TU.
H A DSemaOpenMP.cpp6009 const FunctionDecl *Definition;
6010 if (!FD->isThisDeclarationADefinition() && FD->isDefined(Definition) &&
6011 (LangOpts.EmitAllDecls || Context.DeclMustBeEmitted(Definition)))
H A DSemaTemplate.cpp804 Sema::MissingImportKind::Definition, Recover);
H A DSemaType.cpp8459 diagnoseMissingImport(Loc, SuggestedDef, MissingImportKind::Definition,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h326 CXXRecordDecl *Definition; member in struct:clang::CXXRecordDecl::DefinitionData
538 return DD ? DD->Definition : nullptr;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1704 MemoryAccess *Definition,
1713 NewAccess->setDefiningAccess(Definition);
1703 createDefinedAccess(Instruction *I, MemoryAccess *Definition, const MemoryUseOrDef *Template, bool CreationMustSucceed) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp857 const FunctionDecl *Definition = nullptr; local
858 Stmt *Body = Ctor->getBody(Definition);
859 assert(Definition == Ctor && "emitting wrong constructor body");
H A DCodeGenModule.cpp2606 if (VD->isThisDeclarationADefinition() != VarDecl::Definition &&
4483 if (DK == VarDecl::Definition && VD->hasAttr<DLLImportAttr>())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2637 Definition, member in class:clang::final::CompleteTypeKind::MissingImportKind
2721 TUK_Definition, // Definition of a tag: 'struct foo { int X; } Y;'

Completed in 423 milliseconds

12