Home
last modified time | relevance | path

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

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