Searched refs:getBaseLocation (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/Sema/ | ||
H A D | TreeTransform.h | 92 /// (\c getBaseLocation(), \c getBaseEntity()). 147 SourceLocation getBaseLocation() { return SourceLocation(); } function in class:clang::TreeTransform 173 OldLocation = Self.getDerived().getBaseLocation(); 486 getDerived().getBaseLocation()); 2807 SourceLocation Loc = getDerived().getBaseLocation(); 3159 getDerived().getBaseLocation()); 8294 getDerived().getBaseLocation(), |
H A D | SemaTemplateInstantiate.cpp | 670 SourceLocation getBaseLocation() { return Loc; } function in class:__anon2982::TemplateInstantiator |
H A D | SemaTemplate.cpp | 6664 SourceLocation getBaseLocation() { return Loc; } function in class:__anon2980::CurrentInstantiationRebuilder |
Completed in 64 milliseconds