Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h3639 void setEnumLoc(SourceLocation L) { EnumLocation = L; } in setEnumLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1763 D->setEnumLoc(readSourceLocation()); in VisitUsingEnumDecl()