Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5455 assert(hasStaticStorage()); in getOrCreateStaticValue()
H A DExprConstant.cpp9144 if (E->hasStaticStorage()) { in VisitCompoundLiteralExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3570 bool hasStaticStorage() const { return isFileScope() && isGLValue(); } in hasStaticStorage() function