Searched defs:isDefined (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h241 bool isDefined() const { return !isUndefined(); } function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp326 const bool isDefined = false; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp254 bool isDefined() { return Inst2Replace != nullptr; } function in struct:__anon5190::ReuseValue
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h149 bool isDefined() const { return symbolKind == DefinedKind; } function in class:lld::elf::Symbol
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h66 bool isDefined() const { return !isUndefined(); } function in class:llvm::object::WasmSymbol
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h384 bool isDefined() const { function in namespace:clang
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h125 bool isDefined() const { return static_cast<bool>(IsDefined); } function in class:llvm::jitlink::Addressable
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp641 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) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp778 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, ImplementationControl impControl, bool HasRelatedResultType) argument
808 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, ImplementationControl impControl, bool HasRelatedResultType) argument
H A DDecl.cpp2883 bool FunctionDecl::isDefined(const FunctionDecl *&Definition) const { function in class:FunctionDecl
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h406 bool isDefined() const { return AnyDefined; } function in struct:llvm::SDNodeFlags
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h449 bool isDefined() const { return ObjCMethodDeclBits.IsDefined; } function in class:clang::ObjCList
450 void setDefined(bool isDefined) { ObjCMethodDeclBits.IsDefined = isDefined; } argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp7484 const bool isDefined = false; local
7519 const bool isDefined = false; local
7634 const bool isDefined = false; local

Completed in 292 milliseconds