Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h467 bool hasProcessingCache() const { return HasProcessingCache; } in hasProcessingCache() function
470 assert(hasProcessingCache()); in getProcessingCache()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp5095 if (Attrs.hasProcessingCache()) { in CheckCallingConvAttr()