Searched defs:getNeonEltType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp330 /// getNeonEltType - Return the QualType corresponding to the elements of
333 static QualType getNeonEltType(NeonTypeFlags Flags, ASTContext &Context) { function
388 QualType EltTy = getNeonEltType(NeonTypeFlags(TV), Context);

Completed in 107 milliseconds