Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h526 bool isGnuLocal() const { return LocStart != getLocation(); } in isGnuLocal() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp572 if (!TheDecl->isGnuLocal()) { in ActOnLabelStmt()
H A DSemaDecl.cpp1600 if (isa<LabelDecl>(D) && !cast<LabelDecl>(D)->isGnuLocal()) { in PushOnScopeChains()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2839 if (D->isGnuLocal()) { in VisitLabelDecl()