Home
last modified time | relevance | path

Searched refs:EmbedAnnotationData (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp433 EmbedAnnotationData *Data = in createEmbedExpr()
434 reinterpret_cast<EmbedAnnotationData *>(Tok.getAnnotationValue()); in createEmbedExpr()
H A DParseExpr.cpp3605 EmbedAnnotationData *Data = in injectEmbedTokens()
3606 reinterpret_cast<EmbedAnnotationData *>(Tok.getAnnotationValue()); in injectEmbedTokens()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp971 reinterpret_cast<EmbedAnnotationData *>(Tok.getAnnotationValue()); in PrintPreprocessedTokens()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp3908 EmbedAnnotationData *Data = new (BP) EmbedAnnotationData; in HandleEmbedDirectiveImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h3067 struct EmbedAnnotationData { struct