Home
last modified time | relevance | path

Searched defs:getAttrLoc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp203 getAttrLoc(const AttrInfo &AL) { in getAttrLoc() function
206 static SourceLocation getAttrLoc(const ParsedAttr &AL) { return AL.getLoc(); } in getAttrLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1880 SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; } in getAttrLoc() function