Searched refs:addIfExists (Results 1 – 2 of 2) sorted by relevance
80 auto addIfExists = [this](path_list &List, const std::string &Path) { in ToolChain() local86 addIfExists(getLibraryPaths(), Path); in ToolChain()88 addIfExists(getFilePaths(), Path); in ToolChain()89 addIfExists(getFilePaths(), getArchSpecificLibPath()); in ToolChain()
1903 auto addIfExists = [&](const ObjCMethodDecl *OMD) { in GenerateClass() local1907 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()1908 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()