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

  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
InterfaceFile.h 248 void setTwoLevelNamespace(bool V = true) { IsTwoLevelNamespace = V; }
251 bool isTwoLevelNamespace() const { return IsTwoLevelNamespace; }
428 bool IsTwoLevelNamespace{false};
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
TextStub.cpp 452 if (!File->isTwoLevelNamespace())
822 if (!File->isTwoLevelNamespace())

Completed in 30 milliseconds