Searched refs:addVolatile (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h237 void addVolatile() { Mask |= Volatile; } function in class:clang::Qualifiers
706 /// addVolatile - add the specified type qualifier to this QualType.
707 void addVolatile() { function in class:clang::QualType
/external/clang/lib/Sema/
H A DSemaLookup.cpp2433 ArgType.addVolatile();
2460 ThisTy.addVolatile();
H A DSemaOverload.cpp6834 VRQuals.addVolatile();
6870 VRQuals.addVolatile();

Completed in 235 milliseconds