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

/external/clang/include/clang/AST/
H A DType.h198 void addVolatile() { Mask |= Volatile; } function in class:clang::Qualifiers
662 /// addVolatile - add the specified type qualifier to this QualType.
663 void addVolatile() { function in class:clang::QualType

Completed in 83 milliseconds