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

  /external/clang/tools/libclang/
IndexingContext.h 112 bool isImplementation)
115 init(isForwardRef, isImplementation);
120 bool isImplementation)
123 init(isForwardRef, isImplementation);
132 void init(bool isForwardRef, bool isImplementation) {
135 else if (isImplementation)
150 /*isImplementation=*/false) { }
165 /*isImplementation=*/false) { }
177 explicit ObjCCategoryDeclInfo(bool isImplementation)
180 /*isRedeclaration=*/isImplementation,
    [all...]
IndexingContext.cpp 361 /*isImplementation=*/false);
403 /*isImplementation=*/true);
416 /*isImplementation=*/false);
439 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/false);
472 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/true);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 631 bool IsImplementation = 0;
636 IsImplementation = (CT.getRunTimeLang() == 0) ||
639 unsigned Flags = IsImplementation ?
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 113 bool IsImplementation) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 442 milliseconds