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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DTokenKinds.h81 inline bool isLiteral(TokenKind K) { function in namespace:clang::tok
/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/
H A DBitCodes.h103 bool isLiteral() const { return IsLiteral; } function in class:llvm::BitCodeAbbrevOp
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h245 bool isLiteral() const { return (getSubclassData() & SCDB_IsLiteral) != 0; } function in class:llvm::StructType
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DToken.h102 bool isLiteral() const { function in class:clang::Token
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1268 bool isLiteral() const { function in class:clang::CXXRecordDecl

Completed in 70 milliseconds