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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2532 SourceLocation getUsingLoc() const { return UsingLoc; } function in class:clang::UsingDirectiveDecl
2786 SourceLocation getUsingLoc() const { return UsingLocation; } function in class:clang::UsingDecl
2918 SourceLocation getUsingLoc() const { return UsingLocation; } function in class:clang::UnresolvedUsingValueDecl
2989 SourceLocation getUsingLoc() const { return getLocStart(); } function in class:clang::UnresolvedUsingTypenameDecl
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8317 SourceLocation getUsingLoc(const CXXRecordDecl *Base) { function in class:__anon3410::InheritingConstructorInfo

Completed in 182 milliseconds