Searched refs:isNamed (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2259 static bool isNamed(const NamedDecl *ND, const char (&Str)[Len]) { function
2269 isNamed(this, "main");
2323 return ND && isNamed(ND, "std") &&
2363 return RD && isNamed(RD, "nothrow_t") && isNamespaceStd(RD->getDeclContext());

Completed in 99 milliseconds