Home
last modified time | relevance | path

Searched refs:hasOrigin (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLifetimeSafety.cpp391 if (hasOrigin(VD->getType())) in VisitDeclStmt()
403 if (!hasOrigin(ICE->getType())) in VisitImplicitCastExpr()
435 if (hasOrigin(RetExpr->getType())) { in VisitReturnStmt()
455 VD_LHS && hasOrigin(VD_LHS->getType())) in VisitBinaryOperator()
462 bool hasOrigin(QualType QT) { return QT->isPointerOrReferenceType(); } in hasOrigin() function in clang::__anon2e25c8880111::FactGenerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp256 assert(to_context_md->hasOrigin(decl)); in ~CompleteTagDeclsScope()
1344 if (!to_context_md->hasOrigin(to) || user_id != LLDB_INVALID_UID) in Imported()
1358 if (!to_context_md->hasOrigin(to) || user_id != LLDB_INVALID_UID) in Imported()
H A DClangASTImporter.h417 bool hasOrigin(const clang::Decl *decl) const { in hasOrigin() function