reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclCXX.h
  106   void setAccessSpecifierLoc(SourceLocation ASLoc) { setLocation(ASLoc); }
tools/clang/lib/Sema/SemaStmt.cpp
  534       TheDecl->setLocation(IdentLoc);
tools/clang/lib/Sema/SemaStmtAsm.cpp
  927   Label->setLocation(Location);
tools/clang/lib/Sema/SemaTemplate.cpp
 3937     Specialization->setLocation(TemplateNameLoc);
 8520     Specialization->setLocation(FD->getLocation());
 8804   OrigD->setLocation(Loc);
 9093       Specialization->setLocation(TemplateNameLoc);
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 2256     Instantiation->setLocation(Pattern->getLocation());
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1244   Enum->setLocation(Pattern->getLocation());
tools/clang/lib/Serialization/ASTReaderDecl.cpp
  584   D->setLocation(ThisDeclLoc);
  631   D->setLocation(ReadSourceLocation());
  640   D->setLocation(ReadSourceLocation());
 2610   D->setLocation(ReadSourceLocation());
 2627   D->setLocation(ReadSourceLocation());
 4409       RD->setLocation(ReadSourceLocation());