Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DAttributeCommonInfo.h135 SourceLocation getScopeLoc() const { return ScopeLoc; } in getScopeLoc() function
/external/clang/include/clang/Sema/
DAttributeList.h357 SourceLocation getScopeLoc() const { return ScopeLoc; } in getScopeLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp4242 Record.AddSourceLocation(A->getScopeLoc()); in AddAttr()