Home
last modified time | relevance | path

Searched refs:ParentCtx (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h323 SingleDeclTableKey(std::optional<Context> ParentCtx, IdentifierID NameID) in SingleDeclTableKey()
324 : parentContextID(ParentCtx ? ParentCtx->id.Value in SingleDeclTableKey()
H A DAPINotesReader.cpp2100 std::optional<Context> ParentCtx) in lookupTagID() argument
2110 ContextTableKey(ParentCtx, ContextKind::Tag, *TagID)); in lookupTagID()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp72 ParentMapContext &ParentCtx = C.getASTContext().getParentMapContext(); in isInCondition() local
75 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInCondition()
H A DArrayBoundCheckerV2.cpp748 ParentMapContext &ParentCtx = ACtx.getParentMapContext(); in isInAddressOf() local
750 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInAddressOf()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesReader.h188 std::optional<Context> ParentCtx = std::nullopt);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1430 const LocationContext *ParentCtx = CalleeCtx->getParent(); in getCaller() local
1431 const LocationContext *CallerCtx = ParentCtx->getStackFrame(); in getCaller()