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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp544 if (!TheDecl->isGnuLocal()) {
H A DSemaDecl.cpp1486 if (isa<LabelDecl>(D) && !cast<LabelDecl>(D)->isGnuLocal()) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h478 bool isGnuLocal() const { return LocStart != getLocation(); } function in class:clang::LabelDecl
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2554 if (D->isGnuLocal()) {

Completed in 258 milliseconds