Home
last modified time | relevance | path

Searched defs:getCategory (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXStoredDiagnostic.cpp70 unsigned CXStoredDiagnostic::getCategory() const { in getCategory() function in CXStoredDiagnostic
DCXLoadedDiagnostic.cpp119 unsigned CXLoadedDiagnostic::getCategory() const { in getCategory() function in CXLoadedDiagnostic
DCIndexDiagnostic.cpp66 unsigned getCategory() const override { return 0; } in getCategory() function in __anonf8f5f3fb0111::CXDiagnosticCustomNoteImpl
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugType.h49 StringRef getCategory() const { return Category; } in getCategory() function
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPFloat.h385 fltCategory getCategory() const { return category; } in getCategory() function
1236 fltCategory getCategory() const { return getIEEE().getCategory(); } in getCategory() function
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DPathDiagnostic.h839 StringRef getCategory() const { return Category; } in getCategory() function
/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclObjC.cpp1223 ObjCCategoryDecl *ObjCMethodDecl::getCategory() { in getCategory() function in ObjCMethodDecl
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclObjC.h325 const ObjCCategoryDecl *getCategory() const { in getCategory() function
/openbsd/src/gnu/llvm/llvm/lib/Support/
DAPFloat.cpp4868 APFloat::fltCategory DoubleAPFloat::getCategory() const { in getCategory() function in llvm::detail::DoubleAPFloat