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

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 151 /// `getType` and a TypedefNameDecl node through `getUnderlyingType`.
152 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
154 inline QualType getUnderlyingType(const ValueDecl &Node) {
157 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
158 return Node.getUnderlyingType();
160 inline QualType getUnderlyingType(const FriendDecl &Node) {
165 inline QualType getUnderlyingType(const CXXBaseSpecifier &Node) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 1533 static QualType getUnderlyingType(const SubRegion *R) {
1564 QualType RegionTy = getUnderlyingType(R);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 528 TypeIndex getUnderlyingType() const { return UnderlyingType; }

Completed in 31 milliseconds