Searched refs:getUsingLoc (Results 1 - 4 of 4) 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 DSemaTemplateInstantiateDecl.cpp2153 D->getUsingLoc(),
2165 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(),
2173 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), SS, NameInfo,
2242 D->getUsingLoc(), SS, NameInfo, nullptr,
2266 D->getUsingLoc(), SS, NameInfo, nullptr,
H A DSemaDeclCXX.cpp7785 Diag(UD->getUsingLoc(),
8600 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent());
8633 SourceLocation getUsingLoc(const CXXRecordDecl *Base) { function in class:__anon18040::InheritingConstructorInfo
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp943 Writer.AddSourceLocation(D->getUsingLoc(), Record);
963 Writer.AddSourceLocation(D->getUsingLoc(), Record);
973 Writer.AddSourceLocation(D->getUsingLoc(), Record);

Completed in 526 milliseconds