Home
last modified time | relevance | path

Searched refs:getScopeName (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h244 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 DSemaStmtAttr.cpp48 !A.getScopeName()) in handleFallThroughAttr()
H A DSemaDeclAttr.cpp2173 bool IsCXX17Attr = AL.isCXX11Attribute() && !AL.getScopeName(); in handleUnusedAttr()
2871 !AL.getScopeName()) in handleWarnUnusedResult()