Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h442 bool hasProcessingCache() const { return HasProcessingCache; } in hasProcessingCache() function
445 assert(hasProcessingCache()); in getProcessingCache()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp4690 if (Attrs.hasProcessingCache()) { in CheckCallingConvAttr()