Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3612 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3804 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3965 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1898 D->setUsingLoc(readSourceLocation()); in VisitUsingDecl()
1910 D->setUsingLoc(readSourceLocation()); in VisitUsingEnumDecl()
1959 D->setUsingLoc(readSourceLocation()); in VisitUnresolvedUsingValueDecl()