Home
last modified time | relevance | path

Searched defs:IsDefinition (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DCodeCompletionHandler.h48 virtual void CodeCompleteMacroName(bool IsDefinition) { } in CodeCompleteMacroName()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp835 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; createFunction() local
854 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; createTempFunctionFwdDecl() local
873 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; createMethod() local
[all...]
H A DDebugInfoMetadata.cpp1022 toSPFlags(bool IsLocalToUnit,bool IsDefinition,bool IsOptimized,unsigned Virtuality,bool IsMainSubprogram) toSPFlags() argument
1270 getImpl(LLVMContext & Context,Metadata * Scope,MDString * Name,MDString * LinkageName,Metadata * File,unsigned Line,Metadata * Type,bool IsLocalToUnit,bool IsDefinition,Metadata * StaticDataMemberDeclaration,Metadata * TemplateParams,uint32_t AlignInBits,Metadata * Annotations,StorageType Storage,bool ShouldCreate) getImpl() argument
H A DDebugInfo.cpp1027 pack_into_DISPFlags(bool IsLocalToUnit,bool IsDefinition,bool IsOptimized) pack_into_DISPFlags() argument
1117 LLVMDIBuilderCreateFunction(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,const char * LinkageName,size_t LinkageNameLen,LLVMMetadataRef File,unsigned LineNo,LLVMMetadataRef Ty,LLVMBool IsLocalToUnit,LLVMBool IsDefinition,unsigned ScopeLine,LLVMDIFlags Flags,LLVMBool IsOptimized) LLVMDIBuilderCreateFunction() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2302 CodeCompleteMacroName(bool IsDefinition) CodeCompleteMacroName() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp409 const bool IsDefinition = Method->isThisDeclarationADefinition(); VisitObjCMethodDecl() local
H A DDeclBase.cpp805 bool IsDefinition; isWeakImported() local
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp879 bool IsDefinition = false; parsePattern() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp7150 checkDLLAttributeRedeclaration(Sema & S,NamedDecl * OldDecl,NamedDecl * NewDecl,bool IsSpecialization,bool IsDefinition) checkDLLAttributeRedeclaration() argument
9103 bool IsDefinition = ExtraArgs.D.isFunctionDefinition(); DiagnoseInvalidRedeclaration() local
11003 getImplicitCodeSegOrSectionAttrForFunction(const FunctionDecl * FD,bool IsDefinition) getImplicitCodeSegOrSectionAttrForFunction() argument
[all...]
H A DSemaCodeComplete.cpp9995 CodeCompletePreprocessorMacroName(bool IsDefinition) CodeCompletePreprocessorMacroName() argument