Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h523 bool isGnuLocal() const { return LocStart != getLocation(); } in isGnuLocal() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp571 if (!TheDecl->isGnuLocal()) { in ActOnLabelStmt()
H A DSemaDecl.cpp1575 if (isa<LabelDecl>(D) && !cast<LabelDecl>(D)->isGnuLocal()) { in PushOnScopeChains()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp2656 if (D->isGnuLocal()) { in VisitLabelDecl()