Home
last modified time | relevance | path

Searched defs:atomicType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp99 auto valueType = atomicType->getValueType(); in addTypedData() local
H A DCGExprAgg.cpp803 QualType atomicType = E->getSubExpr()->getType(); VisitCastExpr() local
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1055 const AstTypeMatcher<AtomicType> atomicType; global() variable