Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp80 auto addIfExists = [this](path_list &List, const std::string &Path) { in ToolChain() local
86 addIfExists(getLibraryPaths(), Path); in ToolChain()
88 addIfExists(getFilePaths(), Path); in ToolChain()
89 addIfExists(getFilePaths(), getArchSpecificLibPath()); in ToolChain()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1903 auto addIfExists = [&](const ObjCMethodDecl *OMD) { in GenerateClass() local
1907 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
1908 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()