Home
last modified time | relevance | path

Searched refs:getTypeSpecComplex (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h481 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex() function
589 getTypeSpecComplex() != DeclSpec::TSC_unspecified || in hasTypeSpecifier()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp901 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
914 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
1062 if (DS.getTypeSpecComplex() == DeclSpec::TSC_complex) { in ConvertDeclSpecToType()
1078 if (DS.getTypeSpecComplex() == DeclSpec::TSC_imaginary) in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp3346 DS.getTypeSpecComplex() == DeclSpec::TSC_unspecified && in CodeCompleteDeclSpec()