Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h2614 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function
2891 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3033 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3114 SourceLocation getUsingLoc() const { return getLocStart(); } in getUsingLoc() function
/external/clang/lib/Sema/
DSemaDeclCXX.cpp9110 SourceLocation getUsingLoc(const CXXRecordDecl *Base) { in getUsingLoc() function in __anonb9d573a21111::InheritingConstructorInfo