Home
last modified time | relevance | path

Searched refs:IsDefinition (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp816 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; in createFunction() local
818 /*IsDistinct=*/IsDefinition, VMContext, getNonCompileUnitScope(Context), in createFunction()
820 SPFlags, IsDefinition ? CUNode : nullptr, TParams, Decl, in createFunction()
823 if (IsDefinition) in createFunction()
835 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; in createTempFunctionFwdDecl() local
839 IsDefinition ? CUNode : nullptr, TParams, in createTempFunctionFwdDecl()
854 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; in createMethod() local
856 /*IsDistinct=*/IsDefinition, VMContext, cast<DIScope>(Context), Name, in createMethod()
858 Flags, SPFlags, IsDefinition ? CUNode : nullptr, TParams, nullptr, in createMethod()
861 if (IsDefinition) in createMethod()
H A DLLVMContextImpl.h773 static bool isDeclarationOfODRMember(bool IsDefinition, const Metadata *Scope,
778 if (IsDefinition || !Scope || !LinkageName)
791 return IsDefinition == RHS->isDefinition() && Scope == RHS->getRawScope() &&
975 bool IsDefinition;
982 bool IsLocalToUnit, bool IsDefinition,
987 IsDefinition(IsDefinition),
994 IsLocalToUnit(N->isLocalToUnit()), IsDefinition(N->isDefinition()),
1004 IsDefinition == RHS->isDefinition() &&
1020 IsLocalToUnit, IsDefinition, /* AlignInBits, */
H A DDebugInfo.cpp844 pack_into_DISPFlags(bool IsLocalToUnit, bool IsDefinition, bool IsOptimized) { in pack_into_DISPFlags() argument
845 return DISubprogram::toSPFlags(IsLocalToUnit, IsDefinition, IsOptimized); in pack_into_DISPFlags()
929 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, in LLVMDIBuilderCreateFunction() argument
935 pack_into_DISPFlags(IsLocalToUnit, IsDefinition, IsOptimized), nullptr, in LLVMDIBuilderCreateFunction()
H A DDebugInfoMetadata.cpp977 Metadata *Type, bool IsLocalToUnit, bool IsDefinition, in getImpl() argument
984 Type, IsLocalToUnit, IsDefinition, in getImpl()
996 (Line, IsLocalToUnit, IsDefinition, AlignInBits), Ops); in getImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DCodeCompletionHandler.h48 virtual void CodeCompleteMacroName(bool IsDefinition) { } in CodeCompleteMacroName() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp688 bool Decl::canBeWeakImported(bool &IsDefinition) const { in canBeWeakImported()
689 IsDefinition = false; in canBeWeakImported()
694 IsDefinition = true; in canBeWeakImported()
702 IsDefinition = true; in canBeWeakImported()
718 bool IsDefinition; in isWeakImported() local
719 if (!canBeWeakImported(IsDefinition)) in isWeakImported()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir_test.go123 IsDefinition: true,
H A Ddibuilder.go202 IsDefinition bool member
223 C.LLVMBool(boolToCInt(f.IsDefinition)),
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1835 static DISPFlags toSPFlags(bool IsLocalToUnit, bool IsDefinition,
1847 (IsDefinition ? SPFlagDefinition : SPFlagZero) |
2913 bool IsDefinition;
2916 bool IsLocalToUnit, bool IsDefinition, uint32_t AlignInBits,
2919 IsLocalToUnit(IsLocalToUnit), IsDefinition(IsDefinition) {}
2925 bool IsLocalToUnit, bool IsDefinition,
2930 IsLocalToUnit, IsDefinition, StaticDataMemberDeclaration,
2937 bool IsLocalToUnit, bool IsDefinition,
2952 bool IsLocalToUnit, bool IsDefinition,
2956 IsDefinition, StaticDataMemberDeclaration, TemplateParams,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1030 bool IsDefinition = false; in parsePattern() local
1061 IsDefinition = (VarEndIdx != StringRef::npos); in parsePattern()
1062 SubstNeeded = !IsDefinition; in parsePattern()
1063 if (IsDefinition) { in parsePattern()
1113 IsDefinition = true; in parsePattern()
1125 if (IsDefinition) { in parsePattern()
1156 if (IsDefinition) in parsePattern()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c285 value IsDefinition, value ScopeLine, value Flags, value IsOptimized) { in llvm_dibuild_create_function_native() argument
289 Int_val(LineNo), Ty, Bool_val(IsLocalToUnit), Bool_val(IsDefinition), in llvm_dibuild_create_function_native()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h746 bool IsDefinition = true) const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h341 LLVMBool IsLocalToUnit, LLVMBool IsDefinition,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp2155 void Parser::CodeCompleteMacroName(bool IsDefinition) { in CodeCompleteMacroName() argument
2156 Actions.CodeCompletePreprocessorMacroName(IsDefinition); in CodeCompleteMacroName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h712 bool canBeWeakImported(bool &IsDefinition) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3304 bool IsDefinition) const { in emitVisibility()
3310 if (IsDefinition) in emitVisibility()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp6486 bool IsDefinition) { in checkDLLAttributeRedeclaration() argument
6495 IsDefinition = false; in checkDLLAttributeRedeclaration()
6563 IsDefinition = VD->isThisDeclarationADefinition(S.Context) != in checkDLLAttributeRedeclaration()
6574 if (IsMicrosoftABI && IsDefinition) { in checkDLLAttributeRedeclaration()
8302 bool IsDefinition = ExtraArgs.D.isFunctionDefinition(); in DiagnoseInvalidRedeclaration() local
8391 << Name << NewDC << IsDefinition); in DiagnoseInvalidRedeclaration()
8404 << Name << NewDC << IsDefinition << NewFD->getLocation(); in DiagnoseInvalidRedeclaration()
10057 bool IsDefinition) { in getImplicitCodeSegOrSectionAttrForFunction() argument
10060 if (!FD->hasAttr<SectionAttr>() && IsDefinition && in getImplicitCodeSegOrSectionAttrForFunction()
H A DSemaCodeComplete.cpp9331 void Sema::CodeCompletePreprocessorMacroName(bool IsDefinition) { in CodeCompletePreprocessorMacroName() argument
9334 IsDefinition ? CodeCompletionContext::CCC_MacroName in CodeCompletePreprocessorMacroName()
9336 if (!IsDefinition && (!CodeCompleter || CodeCompleter->includeMacros())) { in CodeCompletePreprocessorMacroName()
9350 } else if (IsDefinition) { in CodeCompletePreprocessorMacroName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3467 void CodeCompleteMacroName(bool IsDefinition) override;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2700 bool IsDefinition);
12375 void CodeCompletePreprocessorMacroName(bool IsDefinition);