Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMustache.cpp653 ASTNode *CurrentParent = Parent; in findContext() local
656 if (CurrentParent->Ty != Root) { in findContext()
657 CurrentContext = CurrentParent->ParentContext->getAsObject(); in findContext()
658 CurrentParent = CurrentParent->Parent; in findContext()