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

  /external/clang/lib/CodeGen/
CGVTables.cpp 41 const CXXMethodDecl *KeyFunction = CGM.getContext().getKeyFunction(RD);
42 if (!KeyFunction)
58 return KeyFunction->hasBody();
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp 440 if (const CXXMethodDecl *KeyFunction = Context.getKeyFunction(*I)) {
442 if (KeyFunction->hasBody(Definition))
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 145 milliseconds