Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3535 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3727 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3889 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1890 D->setUsingLoc(readSourceLocation()); in VisitUsingDecl()
1902 D->setUsingLoc(readSourceLocation()); in VisitUsingEnumDecl()
1951 D->setUsingLoc(readSourceLocation()); in VisitUnresolvedUsingValueDecl()