reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Type.h
 2117   ScalarTypeKind getScalarTypeKind() const;
tools/clang/lib/AST/Type.cpp
 2050 Type::ScalarTypeKind Type::getScalarTypeKind() const {
tools/clang/lib/Sema/SemaDeclObjC.cpp
 3171   Type::ScalarTypeKind leftSK = left->getScalarTypeKind();
 3172   Type::ScalarTypeKind rightSK = right->getScalarTypeKind();
tools/clang/lib/Sema/SemaExpr.cpp
 6280   switch (Type::ScalarTypeKind SrcKind = SrcTy->getScalarTypeKind()) {