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

/external/clang/include/clang/AST/
H A DDeclCXX.h2601 SourceLocation getUsingLoc() const { return UsingLoc; } function in class:clang::UsingDirectiveDecl
2857 SourceLocation getUsingLoc() const { return UsingLocation; } function in class:clang::UsingDecl
2994 SourceLocation getUsingLoc() const { return UsingLocation; } function in class:clang::UnresolvedUsingValueDecl
3065 SourceLocation getUsingLoc() const { return getLocStart(); } function in class:clang::UnresolvedUsingTypenameDecl
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7785 Diag(UD->getUsingLoc(),
8600 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent());
8633 SourceLocation getUsingLoc(const CXXRecordDecl *Base) { function in class:__anon18040::InheritingConstructorInfo

Completed in 126 milliseconds