Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h52 SystemZCP::SystemZCPModifier getModifier() const { return Modifier; } in getModifier() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h98 ARMCP::ARMCPModifier getModifier() const { return Modifier; } in getModifier() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3142 OpenMPReductionClauseModifier getModifier() const { return Modifier; } in getModifier() function
3888 OpenMPLinearClauseKind getModifier() const { return Modifier; } in getModifier() function
4715 const Expr *getModifier() const { in getModifier() function
4831 OpenMPDeviceClauseModifier getModifier() const { return Modifier; } in getModifier() function
8304 Expr *getModifier() { return getTrailingObjects<Expr *>()[varlist_size()]; } in getModifier() function
8305 Expr *getModifier() const { in getModifier() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp491 char GCCAsmStmt::AsmStringPiece::getModifier() const { in getModifier() function in GCCAsmStmt::AsmStringPiece
H A DOpenMPClause.cpp1087 Expr *OMPDependClause::getModifier() { return *getVarRefs().end(); } in getModifier() function in OMPDependClause