Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4729 bool IsLocalOrUnnamed = Tag->getDeclContext()->isFunctionOrMethod() || in computeCachedProperties() local
4731 return CachedProperties(L, IsLocalOrUnnamed); in computeCachedProperties()