Searched defs:DeclResult (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ | ||
H A D | Sema.h | 1894 operator DeclResult() const { return DeclResult(true); } DeclResult() function |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOpenMP.cpp | 17865 std::pair<ValueDecl *, bool> DeclResult; ActOnOpenMPInteropDirective() local |