Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A 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
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp9011 SourceLocation getUsingLoc(const CXXRecordDecl *Base) { in getUsingLoc() function in __anon515e6f930f11::InheritingConstructorInfo