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

Overridden By

tools/clang/lib/AST/Decl.cpp
 2252 bool VarDecl::isOutOfLine() const {
 3773 bool FunctionDecl::isOutOfLine() const {

Declarations

tools/clang/include/clang/AST/DeclBase.h
  839   virtual bool isOutOfLine() const;

References

tools/clang/lib/AST/Decl.cpp
 2253   if (Decl::isOutOfLine())
 3774   if (Decl::isOutOfLine())
tools/clang/lib/Sema/SemaAccess.cpp
 1103   while (D->isOutOfLine()) {
tools/clang/lib/Sema/SemaDecl.cpp
 1437   if (getLangOpts().CPlusPlus && D->isOutOfLine() &&
tools/clang/lib/Sema/SemaDeclCXX.cpp
15516   if (S && D->isOutOfLine())
15536   if (S && D->isOutOfLine())
tools/clang/lib/Sema/SemaTemplate.cpp
 3362       if (ClassTemplate->isOutOfLine())
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1474   if (D->isOutOfLine()) {
 1488       if (PartialSpecs[I]->getFirstDecl()->isOutOfLine())
 1557   if (D->isOutOfLine()) {
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  318   if (D->isOutOfLine()) {
tools/lldb/source/Symbol/CxxModuleHandler.cpp
  278   if (new_class_template->isOutOfLine())