/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.h |
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 250 bool isDefined() const { return !isUndefined(); } in isDefined() function
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | Wasm.h | 71 bool isDefined() const { return !isUndefined(); } in isDefined() function
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 313 const bool isDefined = false; BuildMethod() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 153 bool isDefined() { return Inst2Replace != nullptr; } isDefined() function
|
/llvm-project/clang/include/clang/Lex/ |
H A D | MacroInfo.h | 410 bool isDefined() const { in isDefined() function
|
/llvm-project/lld/ELF/ |
H A D | Symbols.h | 187 bool isDefined() const { return symbolKind == DefinedKind; } isDefined() function
|
/llvm-project/lld/wasm/ |
H A D | Symbols.h | 67 bool isDefined() const { return !isLazy() && !isUndefined(); } isDefined() function
|
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 135 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 D | DeclObjC.cpp | 826 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 D | Decl.cpp | 3191 bool FunctionDecl::isDefined(const FunctionDecl *&Definition, isDefined() function in FunctionDecl
|
/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 | 2247 bool isDefined() const { isDefined() function
|
/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 240 bool isDefined() const { isDefined() function
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 8094 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 D | DIBuilder.cpp | 755 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 D | SparseTensorDialect.cpp | 617 const auto isDefined = [](SparseTensorDimSliceAttr slice) { in parse() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-omp-structure.cpp | 56 Tristate isDefined{semantics::IsDefinedAssignment( Pre() local
|
H A D | expression.cpp | 4484 Tristate isDefined{ TryDefinedAssignment() local
|