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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp2513 ArgType.addVolatile();
2540 ThisTy.addVolatile();
H A DSemaOverload.cpp6647 VRQuals.addVolatile();
6683 VRQuals.addVolatile();
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h238 void addVolatile() { Mask |= Volatile; } function in class:clang::Qualifiers
707 /// addVolatile - add the specified type qualifier to this QualType.
708 void addVolatile() { function in class:clang::QualType

Completed in 123 milliseconds