Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttributeCommonInfo.h135 SourceLocation getScopeLoc() const { return ScopeLoc; } in getScopeLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4160 Record.AddSourceLocation(A->getScopeLoc()); in AddAttr()