Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h2620 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function
2897 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3039 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3120 SourceLocation getUsingLoc() const { return getLocStart(); } in getUsingLoc() function
/external/clang/lib/Sema/
DSemaDeclCXX.cpp9083 SourceLocation getUsingLoc(const CXXRecordDecl *Base) { in getUsingLoc() function in __anonb9d573a20f11::InheritingConstructorInfo