Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h521 bool isGnuLocal() const { return LocStart != getLocation(); } in isGnuLocal() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp571 if (!TheDecl->isGnuLocal()) { in ActOnLabelStmt()
H A DSemaDecl.cpp1547 if (isa<LabelDecl>(D) && !cast<LabelDecl>(D)->isGnuLocal()) { in PushOnScopeChains()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp2662 if (D->isGnuLocal()) { in VisitLabelDecl()