Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp330 PathSourceDefASTNode * pathNode = dynamic_cast<PathSourceDefASTNode*>(node); in processSources() local
334 if (pathNode) in processSources()
337 std::string * path = pathNode->getPath(); in processSources()