Home
last modified time | relevance | path

Searched defs:getBaseType (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/lib/Analysis/
HDTypeBasedAliasAnalysis.cpp191 const MDNode *getBaseType() const { in getBaseType() function in __anonaa9b5ba10111::TBAAStructTagNode
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDCodeCompleteConsumer.h304 QualType getBaseType() const { return BaseType; } in getBaseType() function
/NextBSD/contrib/llvm/tools/clang/utils/TableGen/
HDNeonEmitter.cpp390 Type getBaseType() const { return BaseType; } in getBaseType() function in __anonb62af4a80111::Intrinsic
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExprCXX.h3043 QualType getBaseType() const { return BaseType; } in getBaseType() function
3277 QualType getBaseType() const { return BaseType; } in getBaseType() function
/NextBSD/contrib/llvm/include/llvm/Object/
HDCOFF.h326 uint8_t getBaseType() const { return getType() & 0x0F; } in getBaseType() function