HomeSort by: relevance | last modified time | path
    Searched defs:HasBody (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp 574 const bool HasBody = Function->isThisDeclarationADefinition() &&
577 AddBoolean(HasBody);
578 if (!HasBody) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 2112 bool HasBody = FD->hasBody(FDBody);
2113 (void)HasBody;
2114 assert(HasBody && "Inline builtin declarations should always have an "

Completed in 56 milliseconds