Searched defs:IsDefinition (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DCodeCompletionHandler.h48 virtual void CodeCompleteMacroName(bool IsDefinition) { } argument
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py120 def IsDefinition(self): member in class:Node
278 def IsDefinition(self): member in class:Typedef
302 def IsDefinition(self): member in class:_NestedType
331 def IsDefinition(self): member in class:Class
374 def IsDefinition(self): member in class:Function
451 def IsDefinition(self): member in class:Type
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2111 void Parser::CodeCompleteMacroName(bool IsDefinition) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp719 bool IsDefinition; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp774 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; local
793 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; local
812 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; local
[all...]
H A DDebugInfoMetadata.cpp862 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, StorageType Storage, bool ShouldCreate) argument
H A DLLVMContextImpl.h723 static bool isDeclarationOfODRMember(bool IsDefinition, const Metadata *Scope, argument
922 bool IsDefinition; member in struct:llvm::MDNodeKeyImpl
927 MDNodeKeyImpl(Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, Metadata *StaticDataMemberDeclaration, Metadata *TemplateParams, uint32_t AlignInBits) argument
[all...]
H A DDebugInfo.cpp727 pack_into_DISPFlags(bool IsLocalToUnit, bool IsDefinition, bool IsOptimized) { argument
808 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) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1673 static DISPFlags toSPFlags(bool IsLocalToUnit, bool IsDefinition, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp943 bool IsDefinition = false; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9148 void Sema::CodeCompletePreprocessorMacroName(bool IsDefinition) { argument
H A DSemaDecl.cpp8201 bool IsDefinition = ExtraArgs.D.isFunctionDefinition(); local
6422 checkDLLAttributeRedeclaration(Sema &S, NamedDecl *OldDecl, NamedDecl *NewDecl, bool IsSpecialization, bool IsDefinition) argument
9901 getImplicitCodeSegOrSectionAttrForFunction(const FunctionDecl *FD, bool IsDefinition) argument
[all...]

Completed in 334 milliseconds