Home
last modified time | relevance | path

Searched defs:Ident (Results 1 – 25 of 39) sorted by relevance

12

/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
Dtemplateid.cpp8 template <typename> class Ident {}; // expected-note {{previous use is here}} class
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/lib/Object/
DELFObjectFile.cpp25 std::pair<unsigned char, unsigned char> Ident = in createELFObjectFile() local
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/compiler-rt/test/asan/TestCases/Posix/
Dstack-use-after-return.cc33 char *Ident(char *x) { in Ident() function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_test_utils.h78 static T Ident(T t) { in Ident() function
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp61 const IdentifierInfo *Ident = Info.getArgIdentifier(0); in HandleDiagnostic() local
66 auto Ident = DeclarationName::getFromOpaqueInteger(Info.getRawArg(0)); in HandleDiagnostic() local
/external/clang/lib/Sema/
DAttributeList.cpp27 IdentifierInfo *Ident) { in create()
DSemaDeclAttr.cpp252 IdentifierInfo *Ident) { in checkAttrMutualExclusion()
928 IdentifierLoc *Ident = Attr.getArgAsIdent(ArgIndex); in handleCallableWhenAttr() local
956 IdentifierLoc *Ident = Attr.getArgAsIdent(0); in handleParamTypestateAttr() local
1042 IdentifierLoc *Ident = Attr.getArgAsIdent(0); in handleSetTypestateAttr() local
1067 IdentifierLoc *Ident = Attr.getArgAsIdent(0); in handleTestTypestateAttr() local
3588 IdentifierInfo *Ident, in mergeAlwaysInlineAttr()
3604 IdentifierInfo *Ident, in mergeCommonAttr()
3614 IdentifierInfo *Ident, in mergeInternalLinkageAttr()
/external/clang/include/clang/Lex/
DPPCallbacks.h158 virtual void Ident(SourceLocation Loc, StringRef str) { in Ident() function
377 void Ident(SourceLocation Loc, StringRef str) override { in Ident() function
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp319 uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody) in GCOVFunction()
419 uint32_t Ident; member in __anon6b96304b0211::GCOVFunction
/external/clang/lib/AST/
DCommentParser.cpp444 Token Ident = Tok; in parseHTMLStartTag() local
DCommentLexer.cpp645 StringRef Ident(BufferPtr, TokenPtr - BufferPtr); in lexHTMLStartTag() local
/external/clang/lib/Parse/
DParseDeclCXX.cpp72 IdentifierInfo *Ident = nullptr; in ParseNamespace() local
210 std::vector<IdentifierInfo *> &Ident, in ParseInnerNamespace()
280 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseNamespaceAlias() local
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp352 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, StringRef S) { in Ident() function in PrintPPOutputPPCallbacks

12