Home
last modified time | relevance | path

Searched refs:getRepresentation (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp161 return (MPI.getRepresentation() == P1 || MPI.getRepresentation() == P2); in isInheritanceKind()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DNestedNameSpecifier.h390 NestedNameSpecifier *getRepresentation() const { return Representation; } in getRepresentation() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp145 if (!Builder.getRepresentation()) in getLastQualifierNameLoc()
152 if (!Builder.getRepresentation()) in getWithLocInContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp380 W->printEnum("Representation", uint16_t(MI.getRepresentation()), in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h109 PointerToMemberRepresentation getRepresentation() const { in getRepresentation() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h78 return Builder.getRepresentation(); in getScopeRep()