Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Lex/
H A DCodeCompletionHandler.h48 virtual void CodeCompleteMacroName(bool IsDefinition) { } in CodeCompleteMacroName()
/llvm-project/clang-tools-extra/clangd/
H A DCollectMacros.h30 bool IsDefinition; member
H A DCollectMacros.cpp28 bool IsDefinition, bool InIfCondition) { in add() argument
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp250 const VariantMatcher IsDefinition = constructMatcher("isDefinition"); in TEST_F() local
/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp862 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; createFunction() local
881 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; createTempFunctionFwdDecl() local
900 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; createMethod() local
[all...]
H A DDebugInfoMetadata.cpp1032 toSPFlags(bool IsLocalToUnit,bool IsDefinition,bool IsOptimized,unsigned Virtuality,bool IsMainSubprogram) toSPFlags() argument
1280 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.cpp1032 pack_into_DISPFlags(bool IsLocalToUnit,bool IsDefinition,bool IsOptimized) pack_into_DISPFlags() argument
1122 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
/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp664 bool IsDefinition = MacroRef.IsDefinition; handleMacros() local
/llvm-project/clang/lib/Parse/
H A DParser.cpp2326 CodeCompleteMacroName(bool IsDefinition) CodeCompleteMacroName() argument
/llvm-project/clang/lib/AST/
H A DODRHash.cpp416 const bool IsDefinition = Method->isThisDeclarationADefinition(); VisitObjCMethodDecl() local
H A DDeclBase.cpp844 bool IsDefinition; isWeakImported() local
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp2537 bool IsDefinition = true; TEST_F() local
2927 bool IsDefinition = true; TEST_F() local
3017 bool IsDefinition = true; TEST_F() local
[all...]
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c283 value IsDefinition, value ScopeLine, in llvm_dibuild_create_function_native() argument
/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp881 bool IsDefinition = false; in parsePattern() local
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2688 TEST_P(ASTMatchersTest,IsDefinition) TEST_P() argument
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6927 checkDLLAttributeRedeclaration(Sema & S,NamedDecl * OldDecl,NamedDecl * NewDecl,bool IsSpecialization,bool IsDefinition) checkDLLAttributeRedeclaration() argument
8926 bool IsDefinition = ExtraArgs.D.isFunctionDefinition(); DiagnoseInvalidRedeclaration() local
10869 getImplicitCodeSegOrSectionAttrForFunction(const FunctionDecl * FD,bool IsDefinition) getImplicitCodeSegOrSectionAttrForFunction() argument
[all...]
H A DSemaCodeComplete.cpp10095 CodeCompletePreprocessorMacroName(bool IsDefinition) CodeCompletePreprocessorMacroName() argument