Home
last modified time | relevance | path

Searched defs:isBase (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp32 const DeclContext *DC, bool isBase, bool isIBType) in TypeIndexer()
248 bool isBase, in indexTypeSourceInfo()
259 bool isBase, in indexTypeLoc()
/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h145 virtual bool isBase() const { return false; } in isBase() function
H A DUninitializedObjectChecker.cpp96 bool isBase() const override { return true; } in isBase() function in __anon626b00850111::BaseClass
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h102 bool isBase() const override { return getIsBase(); } in isBase() function
H A DLVElement.h239 virtual bool isBase() const { return false; } in isBase() function
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp2802 verifyAdjacentElements(function_ref<bool (FormatElement *)> isBase,function_ref<bool (FormatElement *,FormatElement *)> isInvalid,ArrayRef<FormatElement * > elements) verifyAdjacentElements() argument
2846 auto isBase = [](FormatElement *el) { verifyAttributeColonType() local
2874 auto isBase = [](FormatElement *el) { verifyAttrDictRegion() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp720 bool isBase() const { return getStatus() == Base; } isBase() function in __anon9491fd170311::BDVState