Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/Interp/
H A DFunction.h
/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h250 bool isDefined() const { return !isUndefined(); } in isDefined() function
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h71 bool isDefined() const { return !isUndefined(); } in isDefined() function
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp313 const bool isDefined = false; BuildMethod() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp153 bool isDefined() { return Inst2Replace != nullptr; } isDefined() function
/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h410 bool isDefined() const { in isDefined() function
/llvm-project/lld/ELF/
H A DSymbols.h187 bool isDefined() const { return symbolKind == DefinedKind; } isDefined() function
/llvm-project/lld/wasm/
H A DSymbols.h67 bool isDefined() const { return !isLazy() && !isUndefined(); } isDefined() function
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h135 bool isDefined() const { return static_cast<bool>(IsDefined); } in isDefined() function
508 bool isDefined() const { isDefined() function
[all...]
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp826 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
857 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.cpp3191 bool FunctionDecl::isDefined(const FunctionDecl *&Definition, isDefined() function in FunctionDecl
/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.h2247 bool isDefined() const { isDefined() function
/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp240 bool isDefined() const { isDefined() function
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8094 const bool isDefined = false; AddObjCClassProperty() local
8137 const bool isDefined = false; AddObjCClassProperty() local
8260 const bool isDefined = false; AddMethodToObjCObjectType() local
/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp755 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
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp617 const auto isDefined = [](SparseTensorDimSliceAttr slice) { in parse() local
/llvm-project/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp56 Tristate isDefined{semantics::IsDefinedAssignment( Pre() local
H A Dexpression.cpp4484 Tristate isDefined{ TryDefinedAssignment() local