Searched refs:getScopeName (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 244 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in ParsedAttr() 265 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in ParsedAttr() 282 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in ParsedAttr() 301 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in ParsedAttr() 314 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in ParsedAttr() 328 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in ParsedAttr() 383 IdentifierInfo *getScopeName() const { return ScopeName; } in getScopeName() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaStmtAttr.cpp | 48 !A.getScopeName()) in handleFallThroughAttr()
|
| H A D | SemaDeclAttr.cpp | 2173 bool IsCXX17Attr = AL.isCXX11Attribute() && !AL.getScopeName(); in handleUnusedAttr() 2871 !AL.getScopeName()) in handleWarnUnusedResult()
|