HomeSort by relevance Sort by last modified time
    Searched full:initializedglobaldecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CodeGenModule.h 381 GlobalDecl initializedGlobalDecl;
    [all...]
CodeGenModule.cpp 415 dyn_cast_or_null<VarDecl>(initializedGlobalDecl.getDecl()));
437 dyn_cast_or_null<VarDecl>(initializedGlobalDecl.getDecl()), Out);
    [all...]

Completed in 52 milliseconds