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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h527 struct ExtInfo : public QualifierInfo { struct in class:clang::DeclaratorDecl
[all...]
H A DType.h2655 class ExtInfo { class in class:clang::FunctionType
2672 ExtInfo(unsigned Bits) : Bits(static_cast<uint16_t>(Bits)) {} function in class:clang::FunctionType::ExtInfo
2679 ExtInfo(bool noReturn, bool hasRegParm, unsigned regParm, CallingConv cc, function in class:clang::FunctionType::ExtInfo
2690 ExtInfo() : Bits(CC_C) { } function in class:clang::FunctionType::ExtInfo
2694 ExtInfo(CallingConv CC) : Bits(CC) { } function in class:clang::FunctionType::ExtInfo
2843 FunctionType::ExtInfo ExtInfo; member in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp1830 FunctionType::ExtInfo ExtInfo; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1244 FunctionProtoType::ExtProtoInfo ExtInfo = Proto->getExtProtoInfo(); local

Completed in 89 milliseconds