| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | DIBuilder.cpp | 821 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; in createFunction() local 823 /*IsDistinct=*/IsDefinition, VMContext, getNonCompileUnitScope(Context), in createFunction() 825 SPFlags, IsDefinition ? CUNode : nullptr, TParams, Decl, in createFunction() 828 if (IsDefinition) in createFunction() 840 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; in createTempFunctionFwdDecl() local 844 IsDefinition ? CUNode : nullptr, TParams, in createTempFunctionFwdDecl() 859 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; in createMethod() local 861 /*IsDistinct=*/IsDefinition, VMContext, cast<DIScope>(Context), Name, in createMethod() 863 Flags, SPFlags, IsDefinition ? CUNode : nullptr, TParams, nullptr, in createMethod() 866 if (IsDefinition) in createMethod()
|
| D | LLVMContextImpl.h | 773 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, */
|
| D | DebugInfo.cpp | 880 pack_into_DISPFlags(bool IsLocalToUnit, bool IsDefinition, bool IsOptimized) { in pack_into_DISPFlags() argument 881 return DISubprogram::toSPFlags(IsLocalToUnit, IsDefinition, IsOptimized); in pack_into_DISPFlags() 965 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, in LLVMDIBuilderCreateFunction() argument 971 pack_into_DISPFlags(IsLocalToUnit, IsDefinition, IsOptimized), nullptr, in LLVMDIBuilderCreateFunction()
|
| D | DebugInfoMetadata.cpp | 977 Metadata *Type, bool IsLocalToUnit, bool IsDefinition, in getImpl() argument 984 Type, IsLocalToUnit, IsDefinition, in getImpl() 996 (Line, IsLocalToUnit, IsDefinition, AlignInBits), Ops); in getImpl()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| D | CodeCompletionHandler.h | 48 virtual void CodeCompleteMacroName(bool IsDefinition) { } in CodeCompleteMacroName() argument
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | DeclBase.cpp | 688 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | DebugInfoMetadata.h | 1837 static DISPFlags toSPFlags(bool IsLocalToUnit, bool IsDefinition, 1849 (IsDefinition ? SPFlagDefinition : SPFlagZero) | 2916 bool IsDefinition; 2919 bool IsLocalToUnit, bool IsDefinition, uint32_t AlignInBits, 2922 IsLocalToUnit(IsLocalToUnit), IsDefinition(IsDefinition) {} 2928 bool IsLocalToUnit, bool IsDefinition, 2933 IsLocalToUnit, IsDefinition, StaticDataMemberDeclaration, 2940 bool IsLocalToUnit, bool IsDefinition, 2955 bool IsLocalToUnit, bool IsDefinition, 2959 IsDefinition, StaticDataMemberDeclaration, TemplateParams, [all …]
|
| /freebsd-12-stable/contrib/googletest/googlemock/scripts/generator/cpp/ |
| D | ast.py | 120 def IsDefinition(self): member in Node 278 def IsDefinition(self): member in Typedef 302 def IsDefinition(self): member in _NestedType 331 def IsDefinition(self): member in Class 374 def IsDefinition(self): member in Function 451 def IsDefinition(self): member in Type
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/FileCheck/ |
| D | FileCheck.cpp | 1030 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | AsmPrinter.h | 746 bool IsDefinition = true) const;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/ |
| D | DebugInfo.h | 341 LLVMBool IsLocalToUnit, LLVMBool IsDefinition,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | Parser.cpp | 2158 void Parser::CodeCompleteMacroName(bool IsDefinition) { in CodeCompleteMacroName() argument 2159 Actions.CodeCompletePreprocessorMacroName(IsDefinition); in CodeCompleteMacroName()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | DeclBase.h | 712 bool canBeWeakImported(bool &IsDefinition) const;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 3329 bool IsDefinition) const { in emitVisibility() 3335 if (IsDefinition) in emitVisibility()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaDecl.cpp | 6553 bool IsDefinition) { in checkDLLAttributeRedeclaration() argument 6562 IsDefinition = false; in checkDLLAttributeRedeclaration() 6630 IsDefinition = VD->isThisDeclarationADefinition(S.Context) != in checkDLLAttributeRedeclaration() 6641 if (IsMicrosoftABI && IsDefinition) { in checkDLLAttributeRedeclaration() 8361 bool IsDefinition = ExtraArgs.D.isFunctionDefinition(); in DiagnoseInvalidRedeclaration() local 8450 << Name << NewDC << IsDefinition); in DiagnoseInvalidRedeclaration() 8463 << Name << NewDC << IsDefinition << NewFD->getLocation(); in DiagnoseInvalidRedeclaration() 10116 bool IsDefinition) { in getImplicitCodeSegOrSectionAttrForFunction() argument 10119 if (!FD->hasAttr<SectionAttr>() && IsDefinition && in getImplicitCodeSegOrSectionAttrForFunction()
|
| D | SemaCodeComplete.cpp | 9346 void Sema::CodeCompletePreprocessorMacroName(bool IsDefinition) { in CodeCompletePreprocessorMacroName() argument 9349 IsDefinition ? CodeCompletionContext::CCC_MacroName in CodeCompletePreprocessorMacroName() 9351 if (!IsDefinition && (!CodeCompleter || CodeCompleter->includeMacros())) { in CodeCompletePreprocessorMacroName() 9365 } else if (IsDefinition) { in CodeCompletePreprocessorMacroName()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/ |
| D | Parser.h | 3496 void CodeCompleteMacroName(bool IsDefinition) override;
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 2739 bool IsDefinition); 12479 void CodeCompletePreprocessorMacroName(bool IsDefinition);
|