/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.h | 177 bool isDefined() const { return Defined; } in isDefined() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 250 bool isDefined() const { return !isUndefined(); } in isDefined() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | Wasm.h | 71 bool isDefined() const { return !isUndefined(); } in isDefined() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 313 const bool isDefined = false; in BuildMethod() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 153 bool isDefined() { return Inst2Replace != nullptr; } in isDefined() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | MacroInfo.h | 410 bool isDefined() const { in isDefined() function
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Symbols.h | 187 bool isDefined() const { return symbolKind == DefinedKind; } in isDefined() function
|
/freebsd/contrib/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 { in isDefined() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 826 bool isSynthesizedAccessorStub, bool isImplicitlyDeclared, bool isDefined, in ObjCMethodDecl() 857 bool isImplicitlyDeclared, bool isDefined, in Create()
|
H A D | Decl.cpp | 3195 bool FunctionDecl::isDefined(const FunctionDecl *&Definition, in isDefined() function in FunctionDecl
|
/freebsd/contrib/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()
|
H A D | Decl.h | 2208 bool isDefined() const { in isDefined() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 240 bool isDefined() const { in isDefined() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 8094 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 D | DIBuilder.cpp | 755 unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, bool isDefined, in createGlobalVariableExpression()
|