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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.h 112 ObjCContainerDeclInfo(bool isForwardRef,
116 /*isDefinition=*/!isForwardRef, /*isContainer=*/!isForwardRef) {
117 init(isForwardRef, isImplementation);
120 bool isForwardRef,
123 : DeclInfo(K, isRedeclaration, /*isDefinition=*/!isForwardRef,
124 /*isContainer=*/!isForwardRef) {
125 init(isForwardRef, isImplementation);
133 void init(bool isForwardRef, bool isImplementation) {
134 if (isForwardRef)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 438 bool isForwardRef() const {

Completed in 19 milliseconds