Home
last modified time | relevance | path

Searched defs:isDefined (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h174 bool isDefined() const { return Defined; } isDefined() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h250 bool isDefined() const { return !isUndefined(); } in isDefined() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h67 bool isDefined() const { return !isUndefined(); } isDefined() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp313 const bool isDefined = false; in BuildMethod() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp153 bool isDefined() { return Inst2Replace != nullptr; } in isDefined() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h410 bool isDefined() const { in isDefined() function
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DSymbols.h178 bool isDefined() const { return symbolKind == DefinedKind; } isDefined() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h134 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 DDeclObjC.cpp827 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 DDecl.cpp3158 bool FunctionDecl::isDefined(const FunctionDecl *&Definition, isDefined() function in FunctionDecl
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h452 bool isDefined() const { return ObjCMethodDeclBits.IsDefined; } in isDefined() function
453 void setDefined(bool isDefined) { ObjCMethodDeclBits.IsDefined = isDefined; } in setDefined() argument
H A DDecl.h2220 bool isDefined() const { isDefined() function
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp240 bool isDefined() const { in isDefined() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7933 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 DDIBuilder.cpp728 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