Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h861 SourceLocation getAttrLoc() const { return AttrLoc; } in getAttrLoc() function
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp233 getAttrLoc(const AttrInfo &AL) { in getAttrLoc() function
236 static SourceLocation getAttrLoc(const ParsedAttr &AL) { return AL.getLoc(); } in getAttrLoc() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h1877 SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; } in getAttrLoc() function