Home
last modified time | relevance | path

Searched refs:UnderscoreAlignof (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DPrettyPrinter.h49 Alignof(LO.CPlusPlus11), UnderscoreAlignof(LO.C11), in PrintingPolicy()
170 unsigned UnderscoreAlignof : 1; member
/external/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h61 UnderscoreAlignof(LO.C11), UseVoidForZeroParams(!LO.CPlusPlus), in PrintingPolicy()
195 unsigned UnderscoreAlignof : 1; member
/external/llvm-project/clang/lib/AST/
DStmtPrinter.cpp1294 else if (Policy.UnderscoreAlignof) in VisitUnaryExprOrTypeTraitExpr()
/external/clang/lib/AST/
DStmtPrinter.cpp1464 else if (Policy.UnderscoreAlignof) in VisitUnaryExprOrTypeTraitExpr()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4929 return P->UnderscoreAlignof; in clang_PrintingPolicy_getProperty()
5010 P->UnderscoreAlignof = Value; in clang_PrintingPolicy_setProperty()