Home
last modified time | relevance | path

Searched refs:setUsingLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h2900 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3042 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1247 D->setUsingLoc(ReadSourceLocation(Record, Idx)); in VisitUsingDecl()
1279 D->setUsingLoc(ReadSourceLocation(Record, Idx)); in VisitUnresolvedUsingValueDecl()