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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXStoredDiagnostic.cpp 70 unsigned CXStoredDiagnostic::getCategory() const {
CXLoadedDiagnostic.cpp 119 unsigned CXLoadedDiagnostic::getCategory() const {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugType.h 51 StringRef getCategory() const { return Category; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 1172 ObjCCategoryDecl *ObjCMethodDecl::getCategory() {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 375 fltCategory getCategory() const { return category; }
651 fltCategory getCategory() const;
1213 bool isZero() const { return getCategory() == fcZero; }
1214 bool isInfinity() const { return getCategory() == fcInfinity; }
1215 bool isNaN() const { return getCategory() == fcNaN; }
1224 fltCategory getCategory() const { return getIEEE().getCategory(); }
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 842 StringRef getCategory() const { return Category; }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 325 ObjCCategoryDecl *getCategory();
326 const ObjCCategoryDecl *getCategory() const {
327 return const_cast<ObjCMethodDecl*>(this)->getCategory();

Completed in 33 milliseconds