Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h122 bool IsPossibleDynamicType(CompilerType *target_type, bool check_cplusplus,
DTypeSystem.h180 bool check_cplusplus, bool check_objc) = 0;
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp209 bool check_cplusplus, in IsPossibleDynamicType() argument
213 check_cplusplus, check_objc); in IsPossibleDynamicType()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h621 bool check_cplusplus, bool check_objc) override;
DTypeSystemClang.cpp3430 bool check_cplusplus, in IsPossibleDynamicType() argument
3506 if (check_cplusplus) { in IsPossibleDynamicType()