Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h220 if (!result.HasAttribute("__class__")) in CreatePluginObject()
226 if (!obj_class.HasAttribute("__name__")) in CreatePluginObject()
234 if (!obj_class.HasAttribute("__dict__")) in CreatePluginObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h297 bool HasAttribute(llvm::StringRef attribute) const;
H A DPythonDataObjects.cpp244 bool PythonObject::HasAttribute(llvm::StringRef attr) const { in HasAttribute() function in PythonObject
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2185 bool HasAttribute = false; in tryToParsePropertyAccessor() local
2194 HasAttribute = true; in tryToParsePropertyAccessor()
2203 if (!HasSpecialAccessor || HasAttribute) { in tryToParsePropertyAccessor()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3409 inline static bool HasAttribute(const QualType &T) { in HasAttribute() function
3420 if (HasAttribute<WarnUnusedAttr>(FieldType)) in IsUnusedPrivateField()
3425 !HasAttribute<UnusedAttr>(FieldType) && in IsUnusedPrivateField()