Home
last modified time | relevance | path

Searched refs:check_cplusplus (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp248 bool check_cplusplus, in IsPossibleDynamicType() argument
253 check_cplusplus, check_objc); in IsPossibleDynamicType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h179 bool IsPossibleDynamicType(CompilerType *target_type, bool check_cplusplus,
H A DTypeSystem.h188 bool check_cplusplus, bool check_objc) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h626 bool check_cplusplus, bool check_objc) override;
H A DTypeSystemClang.cpp3576 bool check_cplusplus, in IsPossibleDynamicType() argument
3653 if (check_cplusplus) { in IsPossibleDynamicType()