Home
last modified time | relevance | path

Searched refs:getScopeLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAttributeCommonInfo.h187 SourceLocation getScopeLoc() const { return ScopeLoc; } in getScopeLoc() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp4691 Record.AddSourceLocation(A->getScopeLoc()); in AddAttr()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp9204 NImporter.importChecked(Err, FromAttr->getScopeLoc()); in importAttr()