Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp162 return (MPI.getRepresentation() == P1 || MPI.getRepresentation() == P2); in isInheritanceKind()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h390 NestedNameSpecifier *getRepresentation() const { return Representation; } in getRepresentation() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp146 if (!Builder.getRepresentation()) in getLastQualifierNameLoc()
153 if (!Builder.getRepresentation()) in getWithLocInContext()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp381 W->printEnum("Representation", uint16_t(MI.getRepresentation()), in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h109 PointerToMemberRepresentation getRepresentation() const { in getRepresentation() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h96 return Builder.getRepresentation(); in getScopeRep()