Searched defs:addVolatile (Results 1 - 1 of 1) 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

Completed in 272 milliseconds