/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.h | 174 bool isDefined() const { return Defined; } isDefined() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 250 bool isDefined() const { return !isUndefined(); } in isDefined() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | Wasm.h | 67 bool isDefined() const { return !isUndefined(); } isDefined() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 313 const bool isDefined = false; in BuildMethod() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 153 bool isDefined() { return Inst2Replace != nullptr; } in isDefined() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | MacroInfo.h | 410 bool isDefined() const { in isDefined() function
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | Symbols.h | 178 bool isDefined() const { return symbolKind == DefinedKind; } isDefined() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 134 bool isDefined() const { return static_cast<bool>(IsDefined); } isDefined() function 507 bool isDefined() const { isDefined() function [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 827 ObjCMethodDecl(SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) ObjCMethodDecl() argument 858 Create(ASTContext & C,SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) Create() argument
|
H A D | Decl.cpp | 3158 bool FunctionDecl::isDefined(const FunctionDecl *&Definition, isDefined() function in FunctionDecl
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 452 bool isDefined() const { return ObjCMethodDeclBits.IsDefined; } in isDefined() function 453 void setDefined(bool isDefined) { ObjCMethodDeclBits.IsDefined = isDefined; } in setDefined() argument
|
H A D | Decl.h | 2220 bool isDefined() const { isDefined() function
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 240 bool isDefined() const { in isDefined() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 7933 const bool isDefined = false; AddObjCClassProperty() local 7975 const bool isDefined = false; AddObjCClassProperty() local 8097 const bool isDefined = false; AddMethodToObjCObjectType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 728 createGlobalVariableExpression(DIScope * Context,StringRef Name,StringRef LinkageName,DIFile * F,unsigned LineNumber,DIType * Ty,bool IsLocalToUnit,bool isDefined,DIExpression * Expr,MDNode * Decl,MDTuple * TemplateParams,uint32_t AlignInBits,DINodeArray Annotations) createGlobalVariableExpression() argument
|