HomeSort by relevance Sort by last modified time
    Searched refs:isOutOfLine (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/Frontend/
ASTConsumers.cpp 271 if (D->isOutOfLine())
301 if (D->isOutOfLine())
330 if (D->isOutOfLine())
346 if (D->isOutOfLine())
  /external/clang/lib/AST/
Decl.cpp     [all...]
DeclCXX.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 139 if (MI->isOutOfLine())
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 355 if (D->isOutOfLine())
385 if (D->isOutOfLine()) {
403 if (Var->isStaticDataMember() && !D->isOutOfLine())
426 } else if ((!Var->isStaticDataMember() || Var->isOutOfLine()) &&
    [all...]
SemaAccess.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 646 virtual bool isOutOfLine() const {
    [all...]
Decl.h     [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 140 if (MD->hasBody(Def) && Def->isOutOfLine())
    [all...]

Completed in 366 milliseconds