Home
last modified time | relevance | path

Searched defs:isLiteral (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.h97 inline bool isLiteral(TokenKind K) { in isLiteral() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h54 bool isLiteral() const { return IsLiteral; } in isLiteral() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h115 bool isLiteral() const { in isLiteral() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h282 bool isLiteral() const { return (getSubclassData() & SCDB_IsLiteral) != 0; } in isLiteral() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1386 bool CXXRecordDecl::isLiteral() const { in isLiteral() function in CXXRecordDecl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp245 bool isLiteral = false, in getNSNumberFactoryMethod()