Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h177 bool isDefined() const { return Defined; } in isDefined() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h250 bool isDefined() const { return !isUndefined(); } in isDefined() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h71 bool isDefined() const { return !isUndefined(); } in isDefined() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp313 const bool isDefined = false; in BuildMethod() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp153 bool isDefined() { return Inst2Replace != nullptr; } in isDefined() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h410 bool isDefined() const { in isDefined() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h187 bool isDefined() const { return symbolKind == DefinedKind; } in isDefined() function
/freebsd/contrib/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 { in isDefined() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp826 bool isSynthesizedAccessorStub, bool isImplicitlyDeclared, bool isDefined, in ObjCMethodDecl()
857 bool isImplicitlyDeclared, bool isDefined, in Create()
H A DDecl.cpp3195 bool FunctionDecl::isDefined(const FunctionDecl *&Definition, in isDefined() function in FunctionDecl
/freebsd/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()
H A DDecl.h2208 bool isDefined() const { in isDefined() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp240 bool isDefined() const { in isDefined() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8094 const bool isDefined = false; in AddObjCClassProperty() local
8137 const bool isDefined = false; in AddObjCClassProperty() local
8260 const bool isDefined = false; in AddMethodToObjCObjectType() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp755 unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, bool isDefined, in createGlobalVariableExpression()